mirror of
https://github.com/lowRISC/ibex.git
synced 2025-04-22 04:47:25 -04:00
Add RV32IM test (#404)
This commit is contained in:
parent
59fdbb517f
commit
1b71320230
1 changed files with 11 additions and 0 deletions
|
@ -353,3 +353,14 @@
|
|||
compare_opts:
|
||||
compare_final_value_only: 1
|
||||
verbose: 1
|
||||
|
||||
- test: riscv_rv32im_instr_test
|
||||
description: >
|
||||
Random instruction test without compressed instructions
|
||||
iterations: 5
|
||||
gen_test: riscv_rand_instr_test
|
||||
gen_opts: >
|
||||
+disable_compressed_instr=1
|
||||
gcc_opts: >
|
||||
-march=rv32im
|
||||
rtl_test: core_ibex_base_test
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue