Skip to content

Commit

Permalink
fixed cp
Browse files Browse the repository at this point in the history
Signed-off-by: Marton Teilgard <[email protected]>
  • Loading branch information
silabs-mateilga committed Nov 28, 2023
1 parent 78798aa commit 800182f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cv32e40s/tb/uvmt/uvmt_cv32e40s_clic_interrupt_assert.sv
Original file line number Diff line number Diff line change
Expand Up @@ -782,7 +782,7 @@ module uvmt_cv32e40s_clic_interrupt_assert

covergroup cg_clic @(posedge clk_i);
option.per_instance = 1;
cp_lvl: coverpoint irq_level;
cp_lvl: coverpoint irq_level{ bins values[] = {[0:255]};}
endgroup

cg_clic clic_cg = new;
Expand Down

0 comments on commit 800182f

Please sign in to comment.