mirror of
https://github.com/openhwgroup/cvw.git
synced 2025-04-22 12:57:23 -04:00
Simplify coverage selection
This commit is contained in:
parent
1f0e247edd
commit
c3a2db67f4
2 changed files with 2 additions and 17 deletions
|
@ -21,22 +21,15 @@
|
|||
`define ZBB_COVERAGE
|
||||
`define ZBC_COVERAGE
|
||||
`define ZBS_COVERAGE
|
||||
`define ZFA_F_COVERAGE
|
||||
`define ZFA_D_COVERAGE
|
||||
`define ZFA_ZFH_COVERAGE
|
||||
`define ZFA_ZFH_D_COVERAGE
|
||||
`define ZFA_COVERAGE
|
||||
`define ZFH_COVERAGE
|
||||
`define ZFH_D_COVERAGE
|
||||
// Note: Zfhmin is a subset of Zfh, so usually only one or the other would be used. When Zfhmin and D are supported, ZfhD should also be enabled
|
||||
`define ZFHMIN_COVERAGE
|
||||
`define ZFHMIN_D_COVERAGE
|
||||
// Note: Zmmul is a subset of M, so usually only one or the other would be used.
|
||||
`define ZMMUL_COVERAGE
|
||||
`define ZICOND_COVERAGE
|
||||
`define ZCA_COVERAGE
|
||||
`define ZCB_COVERAGE
|
||||
`define ZCB_M_COVERAGE
|
||||
`define ZCB_ZBB_COVERAGE
|
||||
`define ZCF_COVERAGE
|
||||
`define ZCD_COVERAGE
|
||||
`define ZICSR_COVERAGE
|
||||
|
|
|
@ -21,23 +21,15 @@
|
|||
`define ZBB_COVERAGE
|
||||
`define ZBC_COVERAGE
|
||||
`define ZBS_COVERAGE
|
||||
`define ZFA_F_COVERAGE
|
||||
`define ZFA_D_COVERAGE
|
||||
`define ZFA_ZFH_COVERAGE
|
||||
`define ZFA_ZFH_D_COVERAGE
|
||||
`define ZFA_COVERAGE
|
||||
`define ZFH_COVERAGE
|
||||
`define ZFH_D_COVERAGE
|
||||
// Note: Zfhmin is a subset of Zfh, so usually only one or the other would be used. When Zfhmin and D are supported, ZfhD should also be enabled
|
||||
`define ZFHMIN_COVERAGE
|
||||
`define ZFHMIN_D_COVERAGE
|
||||
// Note: Zmmul is a subset of M, so usually only one or the other would be used.
|
||||
`define ZMMUL_COVERAGE
|
||||
`define ZICOND_COVERAGE
|
||||
`define ZCA_COVERAGE
|
||||
`define ZCB_COVERAGE
|
||||
`define ZCB_M_COVERAGE
|
||||
`define ZCB_ZBB_COVERAGE
|
||||
`define ZCB_ZBA_COVERAGE
|
||||
`define ZCD_COVERAGE
|
||||
`define ZICSR_COVERAGE
|
||||
`define ZBKB_COVERAGE
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue