Skip to content

Commit 94cadb6

Browse files
committed
minor update
1 parent b3f96e2 commit 94cadb6

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

ci/regression.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,9 @@ config()
201201
make -C tests/riscv/isa run-rtlsim-32i
202202
make -C sim/rtlsim clean && make -C sim/rtlsim > /dev/null
203203

204+
# disabling ZICOND extension
205+
CONFIGS="-DEXT_ZICOND_DISABLE" ./ci/blackbox.sh --driver=rtlsim --app=demo
206+
204207
# disable local memory
205208
CONFIGS="-DLMEM_DISABLE" ./ci/blackbox.sh --driver=rtlsim --cores=1 --app=demo --perf=1
206209
CONFIGS="-DLMEM_DISABLE" ./ci/blackbox.sh --driver=simx --cores=1 --app=demo --perf=1

hw/rtl/VX_config.vh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
`define EXT_F_ENABLE
4141
`endif
4242

43-
`ifndef EXT_ZICOND_ENABLE
43+
`ifndef EXT_ZICOND_DISABLE
4444
`define EXT_ZICOND_ENABLE
4545
`endif
4646

0 commit comments

Comments
 (0)