Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gf12/bp_single: switch from manual to automated macro placement #2684

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions flow/designs/gf12/bp_single/config.mk
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,11 @@ export ABC_CLOCK_PERIOD_IN_PS = 1250
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_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
77 changes: 0 additions & 77 deletions flow/designs/gf12/bp_single/config_mpl2.mk

This file was deleted.

Loading
Loading