Skip to content

Commit f72cc7c

Browse files
committed
gf12/bp_single: switch from manual to automated macro placement
Signed-off-by: Arthur Koucher <[email protected]>
1 parent 17fcb97 commit f72cc7c

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

flow/designs/gf12/bp_single/config.mk

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,13 @@ export PLACE_DENSITY = 0.80
5353
export MACRO_WRAPPERS = $(PLATFORM_DIR)/bp/wrappers/wrappers.tcl
5454
#export MACRO_PLACEMENT = $(PLATFORM_DIR)/bp/bp_single.macro_placment.cfg
5555
#export MACRO_PLACEMENT = $(PLATFORM_DIR)/bp/auto_bp_single.macro_placment.cfg
56-
export MACRO_PLACEMENT = $(PLATFORM_DIR)/bp/auto_fence2_bp_single.macro_placment.cfg
56+
#export MACRO_PLACEMENT = $(PLATFORM_DIR)/bp/auto_fence2_bp_single.macro_placment.cfg
5757

58-
export MACRO_BLOCKAGE_HALO = 25
58+
export RTLMP_FENCE_LX = 606.44
59+
export RTLMP_FENCE_LY = 896.44
60+
export RTLMP_FENCE_UX = 2449.96
61+
export RTLMP_FENCE_UY = 2239.96
62+
export MACRO_PLACE_HALO = 28.2 28.2
5963

6064
export PDN_TCL = $(PLATFORM_DIR)/cfg/pdn_grid_strategy_13m_9T.top.tcl
6165
export FASTROUTE_TCL = $(DESIGN_HOME)/$(PLATFORM)/$(DESIGN_NICKNAME)/fastroute.tcl

0 commit comments

Comments
 (0)