Skip to content

Commit ee6a40e

Browse files
committed
flow: platform: ihp-sg13g2: Change Routing Direction
The routing direction for all Metal layers recently changed the in the SG13G2 PDK. Update the config file to match with the latest tech file. Signed-off-by: Daniel Schultz <[email protected]>
1 parent 4818e23 commit ee6a40e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

flow/platforms/ihp-sg13g2/config.mk

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,8 @@ export MATCH_CELL_FOOTPRINT = 1
8686
export PLACE_SITE = CoreSite
8787

8888
# IO Placer pin layers
89-
export IO_PLACER_H ?= Metal2
90-
export IO_PLACER_V ?= Metal3
89+
export IO_PLACER_V ?= Metal2
90+
export IO_PLACER_H ?= Metal3
9191

9292
# Define default PDN config
9393
export PDN_TCL ?= $(PLATFORM_DIR)/pdn.tcl
@@ -110,8 +110,8 @@ export PLACE_DENSITY ?= 0.65
110110
# Route
111111
# ---------------------------------------------------------
112112
# FastRoute options
113-
export MIN_ROUTING_LAYER ?= Metal2
114-
export MAX_ROUTING_LAYER ?= Metal5
113+
export MIN_ROUTING_LAYER ?= Metal2
114+
export MAX_ROUTING_LAYER ?= Metal5
115115
#export VIA_IN_PIN_MIN_LAYER ?= Metal1
116116
#export VIA_IN_PIN_MAX_LAYER ?= Metal1
117117
#export DISABLE_VIA_GEN ?= 1

0 commit comments

Comments
 (0)