#include <defines.h>
Data Fields | |
| uint32 | all |
| struct { | |
| uint32 col:16 | |
| uint32 type:5 | |
| uint32 big_endian:1 | |
| uint32 excluded:1 | |
| uint32 not_handled:1 | |
| uint32 assigned:1 | |
| uint32 mba:1 | |
| uint32 implicit_size:1 | |
| } | part |
|
|
|
|
|
Specifies that this signal will be assigned from simulated results (instead of dumpfile) |
|
|
Specifies if this signal is in big or little endianness |
|
|
Specifies the starting column this signal is declared on |
|
|
Specifies if this signal should be excluded for toggle coverage |
|
|
Specifies that this signal has not been given a specified size by the user at the current time |
|
|
Specifies that this signal MUST be assigned from simulated results because this information is NOT provided in the dumpfile |
|
|
Specifies if this signal is handled by Covered or not |
|
|
|
|
|
Specifies signal type (see Signal Supplemental Field Types for legal values) |
1.3.4