mirror of
https://github.com/lowRISC/ibex.git
synced 2025-04-22 21:07:34 -04:00
[dv,pmp] Add double fault pass flag
This commit is contained in:
parent
5876ffcbac
commit
1ab3bfea05
1 changed files with 4 additions and 0 deletions
|
@ -745,6 +745,9 @@
|
|||
+pmp_randomize=1
|
||||
+pmp_allow_illegal_tor=1
|
||||
+directed_instr_0=riscv_load_store_rand_addr_instr_stream,50
|
||||
sim_opts: >
|
||||
+enable_double_fault_detector=1
|
||||
+is_double_fault_detected_fatal=0
|
||||
rtl_test: core_ibex_base_test
|
||||
rtl_params:
|
||||
PMPEnable: 1
|
||||
|
@ -847,6 +850,7 @@
|
|||
+mseccfg=MML:1,MMWP:0,RLB:0
|
||||
sim_opts: >
|
||||
+enable_double_fault_detector=1
|
||||
+is_double_fault_detected_fatal=0
|
||||
rtl_test: core_ibex_base_test
|
||||
rtl_params:
|
||||
PMPEnable: 1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue