Skip to content

Commit

Permalink
[kmac/dv] Increase timeout on outstanding accesses
Browse files Browse the repository at this point in the history
Adjusting this timeout helps fixing the majority of failures we've been
observing for the kmac_stress_all_with_rand_reset test.

Signed-off-by: Pirmin Vogel <[email protected]>
  • Loading branch information
vogelpi committed Aug 29, 2024
1 parent 3c19d27 commit 7ef1048
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions hw/ip/kmac/dv/env/seq_lib/kmac_base_vseq.sv
Original file line number Diff line number Diff line change
Expand Up @@ -965,4 +965,8 @@ class kmac_base_vseq extends cip_base_vseq #(
cfg.clk_rst_vif.wait_clks($urandom_range(100, 2000));
endtask

// overriding timeout on outstanding accesses for the kmac_stress_test_all_with_rand_reset test
virtual function int wait_cycles_with_no_outstanding_accesses();
return 100_000;
endfunction
endclass : kmac_base_vseq

0 comments on commit 7ef1048

Please sign in to comment.