Skip to content

Commit dfc8346

Browse files
author
louiic
committed
Modify - IO_PLACER_V and IO_PLACER_H needs to be user configurable
Signed-off-by: louiic <[email protected]>
1 parent 76bb94f commit dfc8346

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

flow/platforms/asap7/config.mk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,8 @@ export MAKE_TRACKS = $(PLATFORM_DIR)/openRoad/make_tracks.tcl
8181
export PDN_TCL ?= $(PLATFORM_DIR)/openRoad/pdn/grid_strategy-M1-M2-M5-M6.tcl
8282

8383
# IO Placer pin layers
84-
export IO_PLACER_H = M4
85-
export IO_PLACER_V = M5
84+
export IO_PLACER_H ?= M4
85+
export IO_PLACER_V ?= M5
8686

8787
export MACRO_PLACE_HALO ?= 10 10
8888
export MACRO_PLACE_CHANNEL ?= 12 12

0 commit comments

Comments
 (0)