Defines | |
| #define | NOT_COMB 0 |
| #define | AND_COMB 1 |
| #define | OR_COMB 2 |
| #define | OTHER_COMB 3 |
|
|
Specifies that the expression is an AND type two variable combinational expression |
|
|
Specifies that the expression is not a two variable combinational expression |
|
|
Specifies that the expression is an OR type two variable combinational expression |
|
|
Specifies that the expression is a two variable combinational expression that is neither an AND or OR type |
1.3.4