#include <defines.h>
Data Fields | |
| char * | cdd_name |
| uint64 | timesteps |
| uint64 | total_cps |
| uint64 | unique_cps |
| uint64 | score |
| bool | required |
| ulong * | cps [CP_TYPE_NUM] |
| unsigned int | cps_index [CP_TYPE_NUM] |
|
|
Name of CDD that this coverage information is for |
|
|
Compressed coverage points for each coverage metric |
|
|
Contains index of current bit to populate |
|
|
Set to TRUE if this CDD is required to be in the ranked list by the user |
|
|
Storage for current score |
|
|
Number of simulations timesteps stored in the CDD file |
|
|
Number of total coverage points this CDD file represents |
|
|
Number of unique coverage points this CDD file represents |
1.3.4