Skip to content

Commit 259a5fc

Browse files
author
pascalgouedo
authored
Merge pull request #2478 from XavierAubert/cv32e40p/interrupt_delay
Reduced interrupt delay (long scenario)
2 parents 515ea80 + d1c4cc2 commit 259a5fc

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)