[ci] Update CI setup to run RISC-V Compliance
Only a variable changed.
Signed-off-by: Philipp Wagner <phw@lowrisc.org>
diff --git a/ci/run-riscv-compliance.yml b/ci/run-riscv-compliance.yml
index 57c1ecb..e98391a 100644
--- a/ci/run-riscv-compliance.yml
+++ b/ci/run-riscv-compliance.yml
@@ -31,8 +31,8 @@
export RISCV_DEVICE=rv32imc
export RISCV_TARGET=opentitan
export OT_BIN="$BIN_DIR"
- export OT_TARGET=verilator
+ export OT_TARGET=sim_verilator
export OT_TOOLS="$TOOLCHAIN_PATH/bin"
cd sw/vendor/riscv_compliance
- make RISCV_ISA=${{ test_suite }}
+ make RISCV_ISA=${{ test_suite }} VERBOSE=1
displayName: Execute ${{ test_suite }}