Skip to content

Commit

Permalink
Remove coverage related code
Browse files Browse the repository at this point in the history
Signed-off-by: Ryszard Rozak <[email protected]>
  • Loading branch information
RRozak committed Oct 7, 2024
1 parent f0c570d commit 3254285
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/riscv_instr_pkg.sv
Original file line number Diff line number Diff line change
Expand Up @@ -1594,7 +1594,6 @@ package riscv_instr_pkg;
`include "riscv_instr_sequence.sv"
`include "riscv_asm_program_gen.sv"
`include "riscv_debug_rom_gen.sv"
`include "riscv_instr_cover_group.sv"
`include "user_extension.svh"

endpackage
1 change: 0 additions & 1 deletion test/riscv_instr_test_pkg.sv
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,5 @@ package riscv_instr_test_pkg;

`include "riscv_instr_base_test.sv"
`include "riscv_instr_test_lib.sv"
`include "riscv_instr_cov_test.sv"

endpackage

0 comments on commit 3254285

Please sign in to comment.