mirror of
https://github.com/lowRISC/ibex.git
synced 2025-04-22 21:07:34 -04:00
[dv,pmp] Minor fixes to PMP full random test
- Increase iterations to 20 because double faults are less likely. - Remove restriction on MPRV randomization. Signed-off-by: Marno van der Maas <mvdmaas+git@lowrisc.org>
This commit is contained in:
parent
4990aa2684
commit
d77dd501c9
1 changed files with 1 additions and 2 deletions
|
@ -740,12 +740,11 @@
|
|||
and allow PMP regions to overlap.
|
||||
A large number of iterations will be required since this introduces a huge
|
||||
state space of configurations.
|
||||
iterations: 5
|
||||
iterations: 20
|
||||
gen_test: riscv_rand_instr_test
|
||||
gen_opts: >
|
||||
+instr_cnt=6000
|
||||
+pmp_max_offset=00024000
|
||||
+set_mstatus_mprv=1
|
||||
+pmp_randomize=1
|
||||
+pmp_allow_addr_overlap=1
|
||||
rtl_test: core_ibex_base_test
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue