#include <defines.h>
Data Fields | |
| int | type |
| char * | name |
| int | clear_assigned |
| int | line |
| expression * | exp |
| expression * | fsm |
| func_unit * | funit |
| exp_bind * | next |
|
|
Expression ID of the cleared signal's expression |
|
|
Expression to bind. |
|
|
FSM expression to create value for when this expression is bound |
|
|
Pointer to functional unit containing expression |
|
|
Specifies line of expression -- used when expression is deallocated and we are clearing |
|
|
Name of Verilog scoped signal/functional unit to bind |
|
|
Pointer to next binding in list |
|
|
Specifies if name refers to a signal (0), function (FUNIT_FUNCTION) or task (FUNIT_TASK) |
1.3.4