We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9ddf60 commit d1c4cc2Copy full SHA for d1c4cc2
cv32e40p/env/uvme/vseq/uvme_cv32e40p_interrupt_noise_vseq.sv
@@ -88,7 +88,7 @@ task uvme_cv32e40p_interrupt_noise_c::rand_delay();
88
//@DVT_LINTER_WAIVER_START "MT20211214_1" disable SVTB.29.1.3.1
89
short_delay_wgt: repeat($urandom_range( 100, 1)) @(cntxt.interrupt_cntxt.vif.drv_cb);
90
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);
+ long_delay_wgt: repeat($urandom_range( 5_000,1_000)) @(cntxt.interrupt_cntxt.vif.drv_cb);
92
//@DVT_LINTER_WAIVER_END "MT20211214_1"
93
endcase
94
endtask : rand_delay
0 commit comments