Skip to content

Commit d1c4cc2

Browse files
committed
reduced a bit interrupt long delay scenario as some wfi stress tests result in the core just waiting 90% of the simtime (70ms simtime...)
1 parent d9ddf60 commit d1c4cc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cv32e40p/env/uvme/vseq/uvme_cv32e40p_interrupt_noise_vseq.sv

+1-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ task uvme_cv32e40p_interrupt_noise_c::rand_delay();
8888
//@DVT_LINTER_WAIVER_START "MT20211214_1" disable SVTB.29.1.3.1
8989
short_delay_wgt: repeat($urandom_range( 100, 1)) @(cntxt.interrupt_cntxt.vif.drv_cb);
9090
med_delay_wgt: repeat($urandom_range( 500, 100)) @(cntxt.interrupt_cntxt.vif.drv_cb);
91-
long_delay_wgt: repeat($urandom_range(10_000,5_000)) @(cntxt.interrupt_cntxt.vif.drv_cb);
91+
long_delay_wgt: repeat($urandom_range( 5_000,1_000)) @(cntxt.interrupt_cntxt.vif.drv_cb);
9292
//@DVT_LINTER_WAIVER_END "MT20211214_1"
9393
endcase
9494
endtask : rand_delay

0 commit comments

Comments
 (0)