mirror of
https://github.com/lowRISC/ibex.git
synced 2025-04-20 03:47:15 -04:00
Increase delay between irq stimulus for nested_interrupt_test
This commit is contained in:
parent
36d0d3089d
commit
d59ed9ab38
1 changed files with 1 additions and 0 deletions
|
@ -901,6 +901,7 @@ class core_ibex_nested_irq_test extends core_ibex_directed_test;
|
|||
bit valid_irq;
|
||||
bit valid_nested_irq;
|
||||
int unsigned initial_irq_delay;
|
||||
vseq.irq_raise_seq_h.max_delay = 5000;
|
||||
forever begin
|
||||
send_irq_stimulus_start(1'b1, 1'b0, valid_irq);
|
||||
if (valid_irq) begin
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue