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 b27b199 + dfc8346 commit 200988fCopy full SHA for 200988f
flow/platforms/asap7/config.mk
@@ -81,8 +81,8 @@ export MAKE_TRACKS = $(PLATFORM_DIR)/openRoad/make_tracks.tcl
81
export PDN_TCL ?= $(PLATFORM_DIR)/openRoad/pdn/grid_strategy-M1-M2-M5-M6.tcl
82
83
# IO Placer pin layers
84
-export IO_PLACER_H = M4
85
-export IO_PLACER_V = M5
+export IO_PLACER_H ?= M4
+export IO_PLACER_V ?= M5
86
87
export MACRO_PLACE_HALO ?= 10 10
88
export MACRO_PLACE_CHANNEL ?= 12 12
0 commit comments