move swerv config and json to soc
This commit is contained in:
parent
7aff1ae5f1
commit
1437f0fcf3
|
@ -10,7 +10,6 @@ ABI = -mabi=ilp32 -march=rv32imc
|
||||||
VERILATOR = verilator
|
VERILATOR = verilator
|
||||||
TESTDIR = ${PWD}
|
TESTDIR = ${PWD}
|
||||||
BUILD_DIR = ${TESTDIR}/build
|
BUILD_DIR = ${TESTDIR}/build
|
||||||
SWERV_CONFIG = ${TESTDIR}/swerv.config
|
|
||||||
RV_DESIGN = ${RV_ROOT}/design
|
RV_DESIGN = ${RV_ROOT}/design
|
||||||
RV_SOC = ${RV_ROOT}/soc
|
RV_SOC = ${RV_ROOT}/soc
|
||||||
|
|
||||||
|
@ -43,9 +42,8 @@ all: clean verilator
|
||||||
clean:
|
clean:
|
||||||
rm -rf build obj_dir
|
rm -rf build obj_dir
|
||||||
|
|
||||||
# If define files do not exist, then run swerv.config.
|
|
||||||
${BUILD_DIR}/defines.h :
|
${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 #####################################
|
##################### Verilog Builds #####################################
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue