mirror of
https://github.com/stnolting/neorv32.git
synced 2025-04-24 06:07:52 -04:00
[processor_check] clean-up build config
This commit is contained in:
parent
01c1cdb3ca
commit
e18768e96a
2 changed files with 2 additions and 2 deletions
|
@ -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 ?= ../../..
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue