Skip to content

Commit

Permalink
Increase delay between irq stimulus for nested_interrupt_test
Browse files Browse the repository at this point in the history
  • Loading branch information
hcallahan-lowrisc committed Oct 31, 2022
1 parent 36d0d30 commit d59ed9a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dv/uvm/core_ibex/tests/core_ibex_test_lib.sv
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d59ed9a

Please sign in to comment.