Skip to content

Commit fe18073

Browse files
committed
Modify - reset MACRO halo for automatic placer...
seems certain design in the repo requires larger sapce to fix timing ... Signed-off-by: louiic <[email protected]>
1 parent 07fcf60 commit fe18073

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
@@ -84,8 +84,8 @@ export PDN_TCL ?= $(PLATFORM_DIR)/openRoad/pdn/grid_strategy-M1-M2-M5-M6.tcl
8484
export IO_PLACER_H ?= M4
8585
export IO_PLACER_V ?= M5
8686

87-
export MACRO_PLACE_HALO ?= 4 4
88-
export MACRO_PLACE_CHANNEL ?= 6 6
87+
export MACRO_PLACE_HALO ?= 10 10
88+
export MACRO_PLACE_CHANNEL ?= 12 12
8989

9090
# the followings create a keep out / halo between
9191
# macro and core rows

0 commit comments

Comments
 (0)