Skip to content

Commit be24f6b

Browse files
autofix-ci[bot]Teemooooooooo
authored andcommitted
[autofix.ci] apply automated fixes
Signed-off-by: Ellen Yu <ellyu@g.hmc.edu>
1 parent 30e3fe4 commit be24f6b

3 files changed

Lines changed: 10 additions & 0 deletions

File tree

coverpoints/coverage/RISCV_coverage_base_init.svh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,10 @@
154154
`cover_info("// InterruptsSm - Enabled");
155155
`include "InterruptsSm_coverage_init.svh"
156156
`endif
157+
`ifdef COVER_INTERRUPTSSM2
158+
`cover_info("// InterruptsSm2 - Enabled");
159+
`include "InterruptsSm2_coverage_init.svh"
160+
`endif
157161
`ifdef COVER_INTERRUPTSSSTC
158162
`cover_info("// InterruptsSstc - Enabled");
159163
`include "InterruptsSstc_coverage_init.svh"

coverpoints/coverage/RISCV_coverage_base_sample.svh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,9 @@
118118
`ifdef COVER_INTERRUPTSSM
119119
interruptssm_sample(hart, issue, ins);
120120
`endif
121+
`ifdef COVER_INTERRUPTSSM2
122+
interruptssm2_sample(hart, issue, ins);
123+
`endif
121124
`ifdef COVER_INTERRUPTSSSTC
122125
interruptssstc_sample(hart, issue, ins);
123126
`endif

coverpoints/coverage/RISCV_coverage_config.svh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,9 @@
119119
`ifdef INTERRUPTSSM_COVERAGE
120120
`include "InterruptsSm_coverage.svh"
121121
`endif
122+
`ifdef INTERRUPTSSM2_COVERAGE
123+
`include "InterruptsSm2_coverage.svh"
124+
`endif
122125
`ifdef INTERRUPTSSSTC_COVERAGE
123126
`include "InterruptsSstc_coverage.svh"
124127
`endif

0 commit comments

Comments
 (0)