mirror of
https://github.com/lowRISC/ibex.git
synced 2025-04-22 21:07:34 -04:00
[dv] Prevent PMP setup for riscv_mem_error_test
RISCV-DV by default sets up some PMP regions. This leads to PMP failures within riscv_mem_error_test which it isn't expecting. Suppress the PMP setup to prevent this issue.
This commit is contained in:
parent
494438dc4e
commit
c30f7f98bd
1 changed files with 1 additions and 0 deletions
|
@ -546,6 +546,7 @@
|
|||
+instr_cnt=10000
|
||||
+randomize_csr=1
|
||||
+enable_unaligned_load_store=1
|
||||
+suppress_pmp_setup=1
|
||||
rtl_test: core_ibex_mem_error_test
|
||||
sim_opts: >
|
||||
+require_signature_addr=1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue