mirror of
https://github.com/openhwgroup/cvw.git
synced 2025-06-27 17:01:20 -04:00
Merge pull request #1461 from jordancarlin/disable_vector_coverage
Disable vector coverage by default
This commit is contained in:
commit
fefbeed427
2 changed files with 10 additions and 10 deletions
|
@ -17,10 +17,10 @@
|
|||
`define M_COVERAGE
|
||||
`define F_COVERAGE
|
||||
`define D_COVERAGE
|
||||
`define VX8_COVERAGE
|
||||
`define VX16_COVERAGE
|
||||
`define VX32_COVERAGE
|
||||
`define VX64_COVERAGE
|
||||
// `define VX8_COVERAGE
|
||||
// `define VX16_COVERAGE
|
||||
// `define VX32_COVERAGE
|
||||
// `define VX64_COVERAGE
|
||||
`define ZBA_COVERAGE
|
||||
`define ZBB_COVERAGE
|
||||
`define ZBC_COVERAGE
|
||||
|
@ -81,4 +81,4 @@
|
|||
`define INTERRUPTSSSTC_COVERAGE
|
||||
`define SSSTRICTS_COVERAGE
|
||||
`define SSSTRICTM_COVERAGE
|
||||
`define SSSTRICTV_COVERAGE
|
||||
// `define SSSTRICTV_COVERAGE
|
||||
|
|
|
@ -17,10 +17,10 @@
|
|||
`define M_COVERAGE
|
||||
`define F_COVERAGE
|
||||
`define D_COVERAGE
|
||||
`define VX8_COVERAGE
|
||||
`define VX16_COVERAGE
|
||||
`define VX32_COVERAGE
|
||||
`define VX64_COVERAGE
|
||||
// `define VX8_COVERAGE
|
||||
// `define VX16_COVERAGE
|
||||
// `define VX32_COVERAGE
|
||||
// `define VX64_COVERAGE
|
||||
`define ZBA_COVERAGE
|
||||
`define ZBB_COVERAGE
|
||||
`define ZBC_COVERAGE
|
||||
|
@ -78,7 +78,7 @@
|
|||
`define INTERRUPTSSSTC_COVERAGE
|
||||
`define SSSTRICTS_COVERAGE
|
||||
`define SSSTRICTM_COVERAGE
|
||||
`define SSSTRICTV_COVERAGE
|
||||
// `define SSSTRICTV_COVERAGE
|
||||
|
||||
// `define RV64VM_PMP_COVERAGE
|
||||
// `define RV64CBO_VM_COVERAGE
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue