Changes between Version 1 and Version 2 of Comparison
- Timestamp:
- 03/21/14 15:14:56 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Comparison
v1 v2 24 24 v. Spawn statements for spec and impl 25 25 vi. Wait statements for spec and impl 26 vii. Assertions checking equality of each pair of output variables. e.g. suppose `x` is an output variable. If the variables are renamed `x_spec` and `x_impl`, an assertion `$assert(x_spec==x_impl);` will be added. 26 vii. Assertions checking equality of each pair of output variables. e.g. suppose `x` is an output variable. If the variables are renamed `x_spec` and `x_impl`, an assertion `$assert(x_spec==x_impl);` will be added. Maybe we need to have a flag indicating that this assertion is special and can read output variables without error? Or, make a system function for comparing output variables that doesn't have this restriction and can directly compare symbolic expressions for arrays, etc.
