Add python file to split top.bb.f & model.bb.f

This commit is contained in:
joey0320
2023-02-02 22:16:28 -08:00
committed by abejgonzalez
parent c9cf69d1c0
commit 9e8812d7fb
4 changed files with 145 additions and 2 deletions

View File

@@ -61,7 +61,7 @@ ifneq ($(CUSTOM_VLOG), )
else
VLSI_RTL = $(shell cat $(TOP_MODS_FILELIST)) $(TOP_SMEMS_FILE)
# TODO: have MFC split top & harness blackboxes
VLSI_BB = $(build_dir)/EICG_wrapper.v $(shell rev $(BB_MODS_FILELIST) | sed -E 's/cc(.*)/c\1/g' | uniq -s 1 | sed '/c\./d' | rev)
VLSI_BB = $(build_dir)/EICG_wrapper.v $(TOP_BB_MODS_FILELIST)
endif
.PHONY: default