We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d9e56d3 + d03410a commit 4070219Copy full SHA for 4070219
flow/platforms/ihp-sg13g2/config.mk
@@ -63,6 +63,10 @@ export IO_PLACER_V = Metal3
63
# Define default PDN config
64
export PDN_TCL ?= $(PLATFORM_DIR)/pdn.tcl
65
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
+
70
export MACRO_PLACE_HALO ?= 40 40
71
export MACRO_PLACE_CHANNEL ?= 80 80
72
flow/platforms/ihp-sg13g2/tapcell.tcl
@@ -0,0 +1 @@
1
+cut_rows
0 commit comments