refine define file build

This commit is contained in:
Colin 2022-01-17 11:40:11 +00:00
parent 1d8069026b
commit 3be1146718
1 changed files with 1 additions and 4 deletions

View File

@ -6,9 +6,6 @@ GCC_PREFIX = /opt/riscv/bin/riscv64-unknown-elf
TEST_CFLAGS = -g -O3 -funroll-all-loops
ABI = -mabi=ilp32 -march=rv32imc
# Allow snapshot override
target = default
# Allow tool override
VERILATOR = verilator
TESTDIR = ${PWD}
@ -48,7 +45,7 @@ clean:
# If define files do not exist, then run swerv.config.
${BUILD_DIR}/defines.h :
BUILD_PATH=${BUILD_DIR} ${SWERV_CONFIG} -target=$(target) -set iccm_enable
BUILD_PATH=${BUILD_DIR} ${SWERV_CONFIG} -target=default -set iccm_enable
##################### Verilog Builds #####################################