Fix comments
This commit is contained in:
@@ -32,7 +32,7 @@ default: $(sim)
|
|||||||
debug: $(sim_debug)
|
debug: $(sim_debug)
|
||||||
|
|
||||||
#########################################################################################
|
#########################################################################################
|
||||||
# simulaton requirements
|
# simulation requirements
|
||||||
#########################################################################################
|
#########################################################################################
|
||||||
SIM_FILE_REQS += \
|
SIM_FILE_REQS += \
|
||||||
$(ROCKETCHIP_RSRCS_DIR)/vsrc/TestDriver.v
|
$(ROCKETCHIP_RSRCS_DIR)/vsrc/TestDriver.v
|
||||||
|
|||||||
@@ -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 \
|
||||||
|
|
||||||
# the following files are needed for emulator.cc to compile (even if they aren't included in RTL)
|
# the following files are needed for emulator.cc to compile (even if they aren't part of the RTL build)
|
||||||
SIM_FILE_REQS += \
|
SIM_FILE_REQS += \
|
||||||
$(TESTCHIP_RSRCS_DIR)/testchipip/csrc/SimSerial.cc \
|
$(TESTCHIP_RSRCS_DIR)/testchipip/csrc/SimSerial.cc \
|
||||||
$(TESTCHIP_RSRCS_DIR)/testchipip/csrc/testchip_tsi.cc \
|
$(TESTCHIP_RSRCS_DIR)/testchipip/csrc/testchip_tsi.cc \
|
||||||
|
|||||||
Reference in New Issue
Block a user