#include <defines.h>
Data Fields | |
| int | id |
| char * | name |
| int | line |
| ssuppl | suppl |
| vector * | value |
| unsigned int | pdim_num |
| unsigned int | udim_num |
| dim_range * | dim |
| exp_link * | exp_head |
| exp_link * | exp_tail |
|
|
Unpacked/packed dimension array |
|
|
Head pointer to list of expressions |
|
|
Tail pointer to list of expressions |
|
|
Numerical identifier that is unique from all other signals (used for exclusions) |
|
|
Specifies line number that this signal was declared on |
|
|
Full hierarchical name of signal in design |
|
|
Number of packed dimensions in pdim array |
|
|
Supplemental information for this signal |
|
|
Number of unpacked dimensions in pdim array |
|
|
Pointer to vector value of this signal |
1.3.4