Skip to content

Commit

Permalink
[dv] Increase iterations and instructions in riscv_rf_intg_test
Browse files Browse the repository at this point in the history
This enables more scenarios begin stimulated per regression run around
RF ECC errors.
  • Loading branch information
GregAC committed Jul 15, 2024
1 parent adb9b71 commit aa02c8a
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion dv/uvm/core_ibex/riscv_dv_extension/testlist.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -683,8 +683,14 @@
- test: riscv_rf_intg_test
description: >
Randomly corrupt the register file read port once in the middle of program execution
iterations: 15
iterations: 100
gen_test: riscv_rand_instr_test
gen_opts: >
+instr_cnt=10000
+num_of_sub_program=5
+gen_all_csrs_by_default=1
+add_csr_write=MSTATUS,MEPC,MCAUSE,MTVAL,0x7c0,0x7c1
+no_csr_instr=0
rtl_test: core_ibex_rf_intg_test
rtl_params:
SecureIbex: 1
Expand Down

0 comments on commit aa02c8a

Please sign in to comment.