Skip to content

Commit

Permalink
gf12/bp_single: switch from manual to automated macro placement
Browse files Browse the repository at this point in the history
Signed-off-by: Arthur Koucher <[email protected]>
  • Loading branch information
AcKoucher committed Jan 17, 2025
1 parent 17fcb97 commit f72cc7c
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions flow/designs/gf12/bp_single/config.mk
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,13 @@ export PLACE_DENSITY = 0.80
export MACRO_WRAPPERS = $(PLATFORM_DIR)/bp/wrappers/wrappers.tcl
#export MACRO_PLACEMENT = $(PLATFORM_DIR)/bp/bp_single.macro_placment.cfg
#export MACRO_PLACEMENT = $(PLATFORM_DIR)/bp/auto_bp_single.macro_placment.cfg
export MACRO_PLACEMENT = $(PLATFORM_DIR)/bp/auto_fence2_bp_single.macro_placment.cfg
#export MACRO_PLACEMENT = $(PLATFORM_DIR)/bp/auto_fence2_bp_single.macro_placment.cfg

export MACRO_BLOCKAGE_HALO = 25
export RTLMP_FENCE_LX = 606.44
export RTLMP_FENCE_LY = 896.44
export RTLMP_FENCE_UX = 2449.96
export RTLMP_FENCE_UY = 2239.96
export MACRO_PLACE_HALO = 28.2 28.2

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

0 comments on commit f72cc7c

Please sign in to comment.