Skip to content

Commit 047e7c1

Browse files
committed
gf12/bp_single: shrink macro placement area
Signed-off-by: Arthur Koucher <[email protected]>
1 parent 89a2d1f commit 047e7c1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

flow/designs/gf12/bp_single/config.mk

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,10 @@ export ABC_CLOCK_PERIOD_IN_PS = 1250
5151
export PLACE_DENSITY = 0.80
5252

5353
export MACRO_WRAPPERS = $(PLATFORM_DIR)/bp/wrappers/wrappers.tcl
54-
export RTLMP_FENCE_LX = 606.44
55-
export RTLMP_FENCE_LY = 896.44
56-
export RTLMP_FENCE_UX = 2449.96
57-
export RTLMP_FENCE_UY = 2239.96
54+
export RTLMP_FENCE_LX = 850
55+
export RTLMP_FENCE_LY = 850
56+
export RTLMP_FENCE_UX = 2150
57+
export RTLMP_FENCE_UY = 2150
5858
export MACRO_PLACE_HALO = 28.2 28.2
5959

6060
export PDN_TCL = $(PLATFORM_DIR)/cfg/pdn_grid_strategy_13m_9T.top.tcl

0 commit comments

Comments
 (0)