File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,8 @@ export ADDITIONAL_LEFS = ./designs/$(PLATFORM)/$(DESIGN_NICKNAME)/hybrid_sites.l
1616export ADDITIONAL_LIBS = $(PLATFORM_DIR ) /lib/$($(CORNER ) _ADDITIONAL_LIB_FILES)
1717# export ADDITIONAL_GDS = $(wildcard $(PLATFORM_DIR)/gds/7t/*.gds)
1818
19+ export GDS_ALLOW_EMPTY = gf180mcu_fd_sc_mcu7t5v0__.*
20+
1921export PLACE_SITE = sc9sc7
2022
2123export VERILOG_FILES = $(sort $(wildcard ./designs/src/aes/* .v) )
Original file line number Diff line number Diff line change @@ -20,8 +20,6 @@ export SC_LEF ?= $(PLATFORM_DIR)/lef/gf180mcu_$(M
2020export GDS_FILES = $(wildcard $(PLATFORM_DIR ) /gds/$(TRACK_OPTION ) /* .gds) \
2121 $(ADDITIONAL_GDS )
2222
23- export GDS_ALLOW_EMPTY = gf180mcu_fd_sc_mcu7t5v0__.*
24-
2523# Dont use cells
2624export DONT_USE_CELLS = *_1
2725
You can’t perform that action at this time.
0 commit comments