Fix sbt assembly (remove duplicate classes, fix conflicts)

This commit is contained in:
abejgonzalez
2023-03-03 15:36:36 -08:00
parent 8c8820a678
commit fd62d9ec2d
7 changed files with 32 additions and 19 deletions

View File

@@ -47,7 +47,7 @@ debug: $(sim_debug)
# simulaton requirements
#########################################################################################
SIM_FILE_REQS += \
$(CHIPYARD_RSRCS_DIR)/csrc/emulator.cc \
$(CHIPYARD_RSRCS_DIR)/csrc/cy-emulator.cc \
$(ROCKETCHIP_RSRCS_DIR)/csrc/verilator.h \
# the following files are needed for emulator.cc to compile (even if they aren't part of the RTL build)