[processor_check] clean-up build config

This commit is contained in:
stnolting 2024-07-31 20:24:17 +02:00
parent 01c1cdb3ca
commit e18768e96a
2 changed files with 2 additions and 2 deletions

View file

@ -2,7 +2,7 @@
override GHDL_RUN_FLAGS ?= --stop-time=15ms
override EFFORT = -Os
override MARCH = rv32ima_zba_zbb_zbs_zicsr_zifencei_zicond
override USER_FLAGS += -DUART0_SIM_MODE -DUART1_SIM_MODE -flto
override USER_FLAGS += -flto
# Modify this variable to fit your NEORV32 setup (neorv32 home folder)
NEORV32_HOME ?= ../../..

View file

@ -3,4 +3,4 @@
set -e
echo "Starting processor check simulation..."
make clean_all all sim-check
make USER_FLAGS+="-DUART0_SIM_MODE -DUART1_SIM_MODE" clean_all all sim-check