mirror of
https://github.com/lowRISC/ibex.git
synced 2025-06-27 17:00:41 -04:00
[dv] Reduce riscv_pmp_full_random_test iterations
We're seeing many timeouts in this test. This is causing issues for the nightly regression. Keep the test in so we're aware of any major issues with it but with far fewer timeouts to help keep the regression healthy. We'll revisit the required iterations once we've sorted out the issues with the test.
This commit is contained in:
parent
db1eced0ee
commit
2f8dfa9dfe
1 changed files with 1 additions and 1 deletions
|
@ -740,7 +740,7 @@
|
|||
and allow PMP regions to overlap.
|
||||
A large number of iterations will be required since this introduces a huge
|
||||
state space of configurations.
|
||||
iterations: 100
|
||||
iterations: 5
|
||||
gen_test: riscv_rand_instr_test
|
||||
gen_opts: >
|
||||
+instr_cnt=6000
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue