Actions
Task #5886
closedRemove redundant invariant conditions on variables
Start date:
04/29/2015
Due date:
% Done:
100%
Estimated time:
Detected in build:
svn
Published in build:
20150701
Description
Extracted EFSMs would be simpler without invariant conditions which duplicate constraints directly derived from types of corresponding variables.
For example, VHDL declararions of the form "variable: in bit;" are now translated to constraint "(OR (EQ variable 1) (EQ variable 0))" which may be painlessly excluded from EFSM.
Updated by Sergey Smolov almost 10 years ago
- Status changed from Open to Resolved
- % Done changed from 0 to 100
Updated by Sergey Smolov almost 10 years ago
- Status changed from Verified to Closed
- Published in build set to 20150701
Actions