mirror of
https://github.com/lowRISC/ibex.git
synced 2025-04-23 13:27:10 -04:00
[dv] Only run SecureIbex relevant tests for SecureIbex configs
This commit is contained in:
parent
55e2f40bb4
commit
63fa98537e
1 changed files with 6 additions and 0 deletions
|
@ -677,6 +677,8 @@
|
|||
iterations: 15
|
||||
gen_test: riscv_rand_instr_test
|
||||
rtl_test: core_ibex_pc_intg_test
|
||||
rtl_params:
|
||||
SecureIbex: 1
|
||||
|
||||
- test: riscv_rf_intg_test
|
||||
description: >
|
||||
|
@ -684,6 +686,8 @@
|
|||
iterations: 15
|
||||
gen_test: riscv_rand_instr_test
|
||||
rtl_test: core_ibex_rf_intg_test
|
||||
rtl_params:
|
||||
SecureIbex: 1
|
||||
|
||||
- test: riscv_icache_intg_test
|
||||
description: >
|
||||
|
@ -691,6 +695,8 @@
|
|||
iterations: 15
|
||||
gen_test: riscv_rand_instr_test
|
||||
rtl_test: core_ibex_icache_intg_test
|
||||
rtl_params:
|
||||
SecureIbex: 1
|
||||
|
||||
- test: riscv_rv32im_instr_test
|
||||
description: >
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue