Skip to content

Commit f253a1d

Browse files
committed
inflate less, modify bp_be_top density
Signed-off-by: Augusto Berndt <[email protected]>
1 parent cc8dd18 commit f253a1d

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

flow/designs/nangate45/bp_be_top/config.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,5 @@ export PLACE_PINS_ARGS = -exclude left:500-800 -exclude right:500-800 -exclude t
2929
export MACRO_PLACE_HALO = 10 10
3030
export MACRO_PLACE_CHANNEL = 20 20
3131

32-
export PLACE_DENSITY_LB_ADDON = 0.15
32+
export PLACE_DENSITY = 0.36
3333
export TNS_END_PERCENT = 100

flow/scripts/global_place.tcl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ set global_placement_args {}
1212
# Parameters for routability mode in global placement
1313
if {$::env(GPL_ROUTABILITY_DRIVEN)} {
1414
lappend global_placement_args {-routability_driven}
15+
lappend global_placement_args {-routability_max_inflation_ratio} 6
16+
lappend global_placement_args {-routability_inflation_ratio_coef} 3
1517
}
1618

1719
# Parameters for timing driven mode in global placement

0 commit comments

Comments
 (0)