Use EICG_wrapper model as addResource/Path | Fix Makefile parsing

This commit is contained in:
abejgonzalez
2023-02-15 14:19:55 -08:00
parent 660c63fb34
commit 85fe061244
4 changed files with 2 additions and 8 deletions

View File

@@ -54,7 +54,7 @@ endif
#########################################################################################
# general rules
#########################################################################################
.PHONY: default
.PHONY: default all
default: all
all: drc lvs
@@ -82,7 +82,6 @@ ifneq ($(CUSTOM_VLOG), )
else
cat $(TOP_MODS_FILELIST) $(TOP_BB_MODS_FILELIST) | sort -u > $(VLSI_RTL)
echo $(TOP_SMEMS_FILE) >> $(VLSI_RTL)
echo $(build_dir)/EICG_wrapper.v >> $(VLSI_RTL)
endif
#########################################################################################