Main Page | Modules | Alphabetical List | Data Structures | File List | Data Fields | Globals | Related Pages

Combinational Logic Output Types


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.


Defines

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


Define Documentation

#define AND_COMB   1
 

Specifies that the expression is an AND type two variable combinational expression

#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

#define OTHER_COMB   3
 

Specifies that the expression is a two variable combinational expression that is neither an AND or OR type


Generated on Wed Jun 17 22:19:25 2009 for Covered by doxygen 1.3.4