move swerv config and json to soc

This commit is contained in:
Colin 2022-01-17 12:14:05 +00:00
parent 7aff1ae5f1
commit 1437f0fcf3
4 changed files with 1 additions and 3 deletions

View File

@ -10,7 +10,6 @@ ABI = -mabi=ilp32 -march=rv32imc
VERILATOR = verilator
TESTDIR = ${PWD}
BUILD_DIR = ${TESTDIR}/build
SWERV_CONFIG = ${TESTDIR}/swerv.config
RV_DESIGN = ${RV_ROOT}/design
RV_SOC = ${RV_ROOT}/soc
@ -43,9 +42,8 @@ all: clean verilator
clean:
rm -rf build obj_dir
# If define files do not exist, then run swerv.config.
${BUILD_DIR}/defines.h :
BUILD_PATH=${BUILD_DIR} ${SWERV_CONFIG} -target=default -set iccm_enable
BUILD_PATH=${BUILD_DIR} PERLLIB=${RV_SOC} ${RV_SOC}/swerv.config -target=default -set iccm_enable
##################### Verilog Builds #####################################

0
soc/Makefile Normal file
View File