mirror of
https://github.com/lowRISC/ibex.git
synced 2025-04-22 04:47:25 -04:00
[dv] fix PMP compile option, update basic pmp test
Signed-off-by: Udi <udij@google.com>
This commit is contained in:
parent
d6d23917ae
commit
b4e5d91842
2 changed files with 5 additions and 2 deletions
|
@ -582,5 +582,8 @@
|
|||
gen_test: riscv_rand_instr_test
|
||||
gen_opts: >
|
||||
+instr_cnt=6000
|
||||
+num_of_sub_program=2
|
||||
+pmp_randomize=0
|
||||
+pmp_allow_addr_overlap=0
|
||||
+pmp_max_offset=00021000
|
||||
+boot_mode=u
|
||||
rtl_test: core_ibex_base_test
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
-Mdir=<out>/vcs_simv.csrc
|
||||
-o <out>/vcs_simv
|
||||
-debug_access+pp
|
||||
-lca -kdb <wave_opts> <cov_opts>"
|
||||
-lca -kdb <cmp_opts> <wave_opts> <cov_opts>"
|
||||
cov_opts: >
|
||||
-cm line+tgl+assert+fsm+branch
|
||||
-cm_tgl portsonly
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue