We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1565afd commit 3187141Copy full SHA for 3187141
2 files changed
coverpoints/priv/S_coverage.svh
@@ -16,7 +16,9 @@
16
`define SOFTWARE_CHECK_SUPPORTED
17
`endif
18
`ifdef ZICFISS_SUPPORTED
19
- `define SOFTWARE_CHECK_SUPPORTED
+ `ifndef SOFTWARE_CHECK_SUPPORTED
20
+ `define SOFTWARE_CHECK_SUPPORTED
21
+ `endif
22
23
24
covergroup S_scause_cg with function sample(ins_t ins);
coverpoints/priv/Sm_coverage.svh
@@ -15,7 +15,9 @@
15
covergroup Sm_mcause_cg with function sample(ins_t ins);
0 commit comments