#include <defines.h>
Data Fields | |
| uint32 | all |
| struct { | |
| uint32 scored: 1 | |
| uint32 excl_assign: 1 | |
| uint32 excl_always: 1 | |
| uint32 excl_init: 1 | |
| uint32 excl_final: 1 | |
| uint32 excl_pragma: 1 | |
| uint32 assert_ovl: 1 | |
| uint32 vec_ul_size: 2 | |
| } | part |
|
|
|
|
|
Specifies that OVL assertions should be included for coverage |
|
|
Specifies if always statements are being excluded from coverage |
|
|
Specifies if assign statements are being excluded from coverage |
|
|
Specifies if final statements are being excluded from coverage |
|
|
Specifies if initial statements are being excluded from coverage |
|
|
Specifies if code encapsulated in coverage pragmas should be excluded from coverage |
|
|
|
|
|
Specifies if the design has been scored yet |
|
|
Specifies the bit size of a vector element (0=8 bits, 1=16-bits, 2=32-bits, 3=64-bits) |
1.3.4