Skip to content

Commit f439880

Browse files
committed
gds design specific config
Signed-off-by: habibayassin <[email protected]>
1 parent 2b918f8 commit f439880

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

flow/designs/gf180/aes-hybrid/config.mk

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ export ADDITIONAL_LEFS = ./designs/$(PLATFORM)/$(DESIGN_NICKNAME)/hybrid_sites.l
1616
export 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+
1921
export PLACE_SITE = sc9sc7
2022

2123
export VERILOG_FILES = $(sort $(wildcard ./designs/src/aes/*.v))

flow/platforms/gf180/config.mk

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@ export SC_LEF ?= $(PLATFORM_DIR)/lef/gf180mcu_$(M
2020
export 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
2624
export DONT_USE_CELLS = *_1
2725

0 commit comments

Comments
 (0)