Actions
Feature #9335
closedcgaa-assert-extractor engine
Start date:
10/18/2018
Due date:
% Done:
100%
Estimated time:
Published in build:
1.1.1-beta-190722
Description
Engine that extracts 'is-def' and 'is-use' constraints for every variable of every process of the design.
The extracted data should be printed to stdout in text format, like the following:
variable 'x' ============ process_1 ------------ is_def_x = <SMT-LIB format formulae> is_use_x = <SMT-LIB format formulae> process_2 ------------ .... variable 'y' ============ process_3 ------------ is_def_y = <SMT-LIB format formulae> is_use_y = <SMT-LIB format formulae> process_4 ------------ ....
Actions