mirror of
https://github.com/lowRISC/ibex.git
synced 2025-04-23 05:17:12 -04:00
parent
87b05b6f0e
commit
1cc4831480
1 changed files with 1 additions and 1 deletions
|
@ -114,7 +114,7 @@ jobs:
|
|||
export RISCV_TARGET=ibex
|
||||
export RISCV_DEVICE=rv32imc
|
||||
fail=0
|
||||
for isa in rv32i rv32im rv32imc; do
|
||||
for isa in rv32i rv32im rv32imc rv32Zicsr; do
|
||||
make -C build/riscv-compliance RISCV_ISA=$isa 2>&1 | tee run.log
|
||||
if [ ${PIPESTATUS[0]} != 0 ]; then
|
||||
echo -n "##vso[task.logissue type=error]"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue