From 800182fe048f75bcab093d41722a7ccb938eccf7 Mon Sep 17 00:00:00 2001 From: Marton Teilgard Date: Tue, 28 Nov 2023 11:11:39 +0100 Subject: [PATCH] fixed cp Signed-off-by: Marton Teilgard --- cv32e40s/tb/uvmt/uvmt_cv32e40s_clic_interrupt_assert.sv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cv32e40s/tb/uvmt/uvmt_cv32e40s_clic_interrupt_assert.sv b/cv32e40s/tb/uvmt/uvmt_cv32e40s_clic_interrupt_assert.sv index 757ce64e5a..348fe5807a 100644 --- a/cv32e40s/tb/uvmt/uvmt_cv32e40s_clic_interrupt_assert.sv +++ b/cv32e40s/tb/uvmt/uvmt_cv32e40s_clic_interrupt_assert.sv @@ -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;