Add rv32Zicsr target in azure

Fixes lowrisc/ibex#459
This commit is contained in:
Tobias Wölfel 2019-11-12 17:15:43 +01:00 committed by Philipp Wagner
parent 87b05b6f0e
commit 1cc4831480

View file

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