Skip to content

Commit 2b918f8

Browse files
committed
allow empty cells
Signed-off-by: habibayassin <[email protected]>
1 parent ca3237f commit 2b918f8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

flow/platforms/gf180/config.mk

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ 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+
2325
# Dont use cells
2426
export DONT_USE_CELLS = *_1
2527

0 commit comments

Comments
 (0)