#include <defines.h>
Data Fields | |
| char * | funit |
| char * | name |
| expression * | ivar |
| expression * | ovar |
| vsignal * | iexp |
| fsm * | table |
| bool | exclude |
| fsm_var * | next |
|
|
Set to TRUE if the associated FSM needs to be excluded from coverage consideration |
|
|
Name of functional unit containing FSM variable |
|
|
Pointer to input signal matching ovar name |
|
|
Pointer to input state expression |
|
|
Name associated with this FSM variable |
|
|
Pointer to next fsm_var element in list |
|
|
Pointer to output state expression |
|
|
Pointer to FSM containing signal from ovar |
1.3.4