Skip to content

Commit 4070219

Browse files
authored
Merge pull request #1666 from Syndace/master
Added tapcell.tcl calling `cut_rows` for ihp-sg13g2
2 parents d9e56d3 + d03410a commit 4070219

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

flow/platforms/ihp-sg13g2/config.mk

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,10 @@ export IO_PLACER_V = Metal3
6363
# Define default PDN config
6464
export PDN_TCL ?= $(PLATFORM_DIR)/pdn.tcl
6565

66+
# There are no Endcap and Welltie cells in this PDK, so
67+
# `cut_rows` has to be called from the tapcell script.
68+
export TAPCELL_TCL = $(PLATFORM_DIR)/tapcell.tcl
69+
6670
export MACRO_PLACE_HALO ?= 40 40
6771
export MACRO_PLACE_CHANNEL ?= 80 80
6872

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
cut_rows

0 commit comments

Comments
 (0)