Skip to content

Commit 1df12a4

Browse files
Sampled coverage for compressed instruction
1 parent 103869e commit 1df12a4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: env/core/vendor/core_ibex/tb/core_ibex_tb_top.sv

+2
Original file line numberDiff line numberDiff line change
@@ -250,6 +250,8 @@ module core_ibex_tb_top;
250250
dut.u_ibex_core.cs_registers_i.fp_status_cg_h.sample();
251251
// Sampling coverage for Dummy instruction type
252252
//dut.u_ibex_core.if_stage_i.dummy_instr_i.dummy_instr_type_cg_h.sample();
253+
// Sampling coverage for compressed instruction type
254+
dut.u_ibex_core.if_stage_i.compressed_decoder_i.compressed_instruction_cg_h.sample();
253255
`endif
254256
end
255257

0 commit comments

Comments
 (0)