Skip to content

Commit b0a9a37

Browse files
committed
flow: platforms: ihp-sg13g2: Increase CORE_MARGIN by 1um
Since the routing direction changed, pins at the macro edge and power ring vias might be too close to each other. Increase the core margin by 1um to prevent this issue. Signed-off-by: Daniel Schultz <[email protected]>
1 parent 371c6ce commit b0a9a37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flow/platforms/ihp-sg13g2/config.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ export IO_PLACER_H ?= Metal3
9393
export PDN_TCL ?= $(PLATFORM_DIR)/pdn.tcl
9494

9595
# To allow the core rings to fit inside the core area
96-
export CORE_MARGIN ?= 16.5
96+
export CORE_MARGIN ?= 17.5
9797

9898
# There are no Endcap and Welltie cells in this PDK, so
9999
# `cut_rows` has to be called from the tapcell script.

0 commit comments

Comments
 (0)