Skip to content

Commit 96a1c02

Browse files
committed
[dv] Increase iterations and instructions in riscv_rf_intg_test
This enables more scenarios begin stimulated per regression run around RF ECC errors.
1 parent 6ac0ddc commit 96a1c02

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

dv/uvm/core_ibex/riscv_dv_extension/testlist.yaml

+7-1
Original file line numberDiff line numberDiff line change
@@ -683,8 +683,14 @@
683683
- test: riscv_rf_intg_test
684684
description: >
685685
Randomly corrupt the register file read port once in the middle of program execution
686-
iterations: 15
686+
iterations: 100
687687
gen_test: riscv_rand_instr_test
688+
gen_opts: >
689+
+instr_cnt=10000
690+
+num_of_sub_program=5
691+
+gen_all_csrs_by_default=1
692+
+add_csr_write=MSTATUS,MEPC,MCAUSE,MTVAL,0x7c0,0x7c1
693+
+no_csr_instr=0
688694
rtl_test: core_ibex_rf_intg_test
689695
rtl_params:
690696
SecureIbex: 1

0 commit comments

Comments
 (0)