We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 103869e commit 1df12a4Copy full SHA for 1df12a4
env/core/vendor/core_ibex/tb/core_ibex_tb_top.sv
@@ -250,6 +250,8 @@ module core_ibex_tb_top;
250
dut.u_ibex_core.cs_registers_i.fp_status_cg_h.sample();
251
// Sampling coverage for Dummy instruction type
252
//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();
255
`endif
256
end
257
0 commit comments