Combinational Logic Output Types

Defines

#define NOT_COMB   0
#define AND_COMB   1
#define OR_COMB   2
#define OTHER_COMB   3

Detailed Description

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 Documentation

#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

Generated on Sun Nov 21 00:55:42 2010 for Covered by  doxygen 1.6.3