Elaborate comments a bit more | Remove BB'ed files that are auto-copied/added
This commit is contained in:
@@ -23,16 +23,4 @@ SIM_LDFLAGS = \
|
|||||||
$(EXTRA_SIM_LDFLAGS)
|
$(EXTRA_SIM_LDFLAGS)
|
||||||
|
|
||||||
SIM_FILE_REQS += \
|
SIM_FILE_REQS += \
|
||||||
$(TESTCHIP_RSRCS_DIR)/testchipip/csrc/SimSerial.cc \
|
$(ROCKETCHIP_RSRCS_DIR)/vsrc/EICG_wrapper.v
|
||||||
$(TESTCHIP_RSRCS_DIR)/testchipip/csrc/SimDRAM.cc \
|
|
||||||
$(TESTCHIP_RSRCS_DIR)/testchipip/csrc/testchip_tsi.cc \
|
|
||||||
$(TESTCHIP_RSRCS_DIR)/testchipip/csrc/testchip_tsi.h \
|
|
||||||
$(TESTCHIP_RSRCS_DIR)/testchipip/csrc/mm.h \
|
|
||||||
$(TESTCHIP_RSRCS_DIR)/testchipip/csrc/mm.cc \
|
|
||||||
$(TESTCHIP_RSRCS_DIR)/testchipip/csrc/mm_dramsim2.h \
|
|
||||||
$(TESTCHIP_RSRCS_DIR)/testchipip/csrc/mm_dramsim2.cc \
|
|
||||||
$(ROCKETCHIP_RSRCS_DIR)/vsrc/EICG_wrapper.v \
|
|
||||||
$(ROCKETCHIP_RSRCS_DIR)/csrc/SimDTM.cc \
|
|
||||||
$(ROCKETCHIP_RSRCS_DIR)/csrc/SimJTAG.cc \
|
|
||||||
$(ROCKETCHIP_RSRCS_DIR)/csrc/remote_bitbang.h \
|
|
||||||
$(ROCKETCHIP_RSRCS_DIR)/csrc/remote_bitbang.cc
|
|
||||||
|
|||||||
@@ -37,7 +37,7 @@ debug: $(sim_debug)
|
|||||||
SIM_FILE_REQS += \
|
SIM_FILE_REQS += \
|
||||||
$(ROCKETCHIP_RSRCS_DIR)/vsrc/TestDriver.v
|
$(ROCKETCHIP_RSRCS_DIR)/vsrc/TestDriver.v
|
||||||
|
|
||||||
# ignore *.h files since vcs has +incdir
|
# copy files but ignore *.h files in *.f since vcs has +incdir+$(build_dir)
|
||||||
$(sim_files): $(SIM_FILE_REQS)
|
$(sim_files): $(SIM_FILE_REQS)
|
||||||
mkdir -p $(dir $(sim_files))
|
mkdir -p $(dir $(sim_files))
|
||||||
cp -f $^ $(build_dir)
|
cp -f $^ $(build_dir)
|
||||||
|
|||||||
@@ -50,7 +50,7 @@ SIM_FILE_REQS += \
|
|||||||
$(CHIPYARD_RSRCS_DIR)/csrc/emulator.cc \
|
$(CHIPYARD_RSRCS_DIR)/csrc/emulator.cc \
|
||||||
$(ROCKETCHIP_RSRCS_DIR)/csrc/verilator.h
|
$(ROCKETCHIP_RSRCS_DIR)/csrc/verilator.h
|
||||||
|
|
||||||
# add -FI for *.h files
|
# copy files and add -FI for *.h files in *.f
|
||||||
$(sim_files): $(SIM_FILE_REQS)
|
$(sim_files): $(SIM_FILE_REQS)
|
||||||
mkdir -p $(dir $(sim_files))
|
mkdir -p $(dir $(sim_files))
|
||||||
cp -f $^ $(build_dir)
|
cp -f $^ $(build_dir)
|
||||||
|
|||||||
Reference in New Issue
Block a user