Defines | |
| #define | NOT_COMB 0 |
| #define | AND_COMB 1 |
| #define | OR_COMB 2 |
| #define | OTHER_COMB 3 |
The following group of defines specify the combinational logic output types (these are stored in the is_comb variable in the exp_info structure.
| #define AND_COMB 1 |
Specifies that the expression is an AND type two variable combinational expression
Referenced by combination_get_tree_stats(), combination_two_vars(), and rank_gather_comb_cov().
| #define NOT_COMB 0 |
Specifies that the expression is not a two variable combinational expression
| #define OR_COMB 2 |
Specifies that the expression is an OR type two variable combinational expression
Referenced by combination_get_tree_stats(), combination_two_vars(), and rank_gather_comb_cov().
| #define OTHER_COMB 3 |
Specifies that the expression is a two variable combinational expression that is neither an AND or OR type
1.6.3