Defines | |
| #define | DB_TYPE_SIGNAL 1 |
| #define | DB_TYPE_EXPRESSION 2 |
| #define | DB_TYPE_FUNIT 3 |
| #define | DB_TYPE_STATEMENT 4 |
| #define | DB_TYPE_INFO 5 |
| #define | DB_TYPE_FSM 6 |
| #define | DB_TYPE_RACE 7 |
| #define | DB_TYPE_SCORE_ARGS 8 |
| #define | DB_TYPE_SU_START 9 |
| #define | DB_TYPE_SU_END 10 |
| #define | DB_TYPE_MESSAGE 11 |
| #define | DB_TYPE_MERGED_CDD 12 |
| #define | DB_TYPE_EXCLUDE 13 |
| #define | DB_TYPE_FUNIT_VERSION 14 |
| #define | DB_TYPE_INST_ONLY 15 |
|
|
Specifies that the current line describes an exclusion reason. |
|
|
Specifies that the current coverage database line describes an expression. |
|
|
Specifies that the current coverage database line describes a finite state machine. |
|
|
Specifies that the current coverage database line describes a module. |
|
|
Specifies a version ID for a functional unit (based on the associated file version). |
|
|
Specifies that the current coverage database line describes general information. |
|
|
Specifies that this is a placeholder instance (no functional unit attached). |
|
|
Specifies that the current line describes a CDD file that was merged into this CDD |
|
|
Specifies that the current coverage database line contains user-specified information |
|
|
Specifies that the current coverage database line describes a race condition block. |
|
|
Specifies the arguments specified to the score command. |
|
|
Specifies that the current coverage database line describes a signal. |
|
|
Specifies that the current coverage database line describes a statement. |
|
|
Specifies that the current coverage database line ends the currently populated struct/union. |
|
|
Specifies that the current coverage database line describes a new struct/union (all signals and struct/unions below this are members of this struct/union) |
1.3.4