Skip to content

Commit

Permalink
[sram_ctrl,dv] Increase sram_ctrl_bijection test timeout
Browse files Browse the repository at this point in the history
This test is quite long and sometimes the default test timeout
was not enough, letting the test fail in regression runs. Hence,
this commit doubles the test timeout, letting previously failing
tests pass again.

Signed-off-by: Pascal Nasahl <[email protected]>
  • Loading branch information
nasahlpa committed Dec 12, 2024
1 parent 0a016d5 commit bca9c70
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions hw/ip/sram_ctrl/dv/sram_ctrl_base_sim_cfg.hjson
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,11 @@
{
name: "{name}_bijection"
uvm_test_seq: sram_ctrl_bijection_vseq
// We max. do 25*32768 write and 25*32768 read operations. Each operation
// takes roughly 1000ns, resulting in 1638400ns for the read/write
// operations. Add some buffer for setting up the test and requesting
// new scrambling keys.
run_opts: ["+test_timeout_ns=2000000000"]
}
{
name: "{name}_stress_pipeline"
Expand Down

0 comments on commit bca9c70

Please sign in to comment.