mirror of
https://github.com/lowRISC/ibex.git
synced 2025-04-22 21:07:34 -04:00
Update description for running RISC-V compliance
The RISC-V compliance test system requires an absolute path to the executable or one which starts at `riscv-test-suite/*`.
This commit is contained in:
parent
73224d9c51
commit
912d6da1c2
1 changed files with 2 additions and 2 deletions
|
@ -59,8 +59,8 @@ How to run RISC-V Compliance on Ibex
|
|||
cd $RISCV_COMPLIANCE_REPO_BASE
|
||||
# adjust to match your compiler name
|
||||
export RISCV_PREFIX=riscv32-unknown-elf-
|
||||
# give the path to the simulation binary compiled in step 1
|
||||
export TARGET_SIM=path/to/your/Vibex_riscv_compliance
|
||||
# give the absolute path to the simulation binary compiled in step 1
|
||||
export TARGET_SIM=/path/to/your/Vibex_riscv_compliance
|
||||
|
||||
export RISCV_DEVICE=rv32imc
|
||||
export RISCV_TARGET=ibex
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue