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:
Tobias Wölfel 2019-10-08 14:23:14 +02:00 committed by Tobias Woelfel
parent 73224d9c51
commit 912d6da1c2

View file

@ -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