File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
designs/nangate45/bp_be_top Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -29,5 +29,5 @@ export PLACE_PINS_ARGS = -exclude left:500-800 -exclude right:500-800 -exclude t
2929export MACRO_PLACE_HALO = 10 10
3030export MACRO_PLACE_CHANNEL = 20 20
3131
32- export PLACE_DENSITY_LB_ADDON = 0.15
32+ export PLACE_DENSITY = 0.36
3333export TNS_END_PERCENT = 100
Original file line number Diff line number Diff line change @@ -12,6 +12,8 @@ set global_placement_args {}
1212# Parameters for routability mode in global placement
1313if {$::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
You can’t perform that action at this time.
0 commit comments