Disable vector coverage by default

The coverpoints are still in flux and easily break with incorrect configurations. Wally also doesn't support vector.
This commit is contained in:
Jordan Carlin 2025-06-22 16:45:05 -07:00
parent 0e0e850e68
commit ad48de29b3
No known key found for this signature in database
2 changed files with 10 additions and 10 deletions

View file

@ -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

View file

@ -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