Changes between Version 1 and Version 2 of Comparison


Ignore:
Timestamp:
03/21/14 15:14:56 (12 years ago)
Author:
zirkel
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Comparison

    v1 v2  
    2424        v. Spawn statements for spec and impl
    2525        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.