#include <defines.h>
Data Fields | |
| statement * | stmt |
| bool | remove |
| bool | seq |
| bool | cmb |
| bool | bassign |
| bool | nassign |
|
|
If true, at least one expression in statement block is a blocking assignment |
|
|
If true, this statement block is considered to include combinational logic |
|
|
If true, at least one expression in statement block is a non-blocking assignment |
|
|
Specifies if this statement block should be removed after checking is complete |
|
|
If true, this statement block is considered to include sequential logic |
|
|
Pointer to top-level statement in statement tree that this signal is first found in |
1.3.4