Skip to content

Commit 2aa22d2

Browse files
committed
Modify - reset macro halo to 2um
Signed-off-by: louiic <[email protected]>
1 parent bded3a3 commit 2aa22d2

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
@@ -89,8 +89,8 @@ export MACRO_PLACE_CHANNEL ?= 6 6
8989

9090
# the followings create a keep out / halo between
9191
# macro and core rows
92-
export MACRO_HALO_X ?= 0.5
93-
export MACRO_HALO_Y ?= 0.5
92+
export MACRO_HALO_X ?= 2
93+
export MACRO_HALO_Y ?= 2
9494

9595
# Cell padding in SITE widths to ease rout-ability. Applied to both sides
9696
export CELL_PAD_IN_SITES_GLOBAL_PLACEMENT ?= 2

0 commit comments

Comments
 (0)