File tree Expand file tree Collapse file tree 3 files changed +3
-7
lines changed
Expand file tree Collapse file tree 3 files changed +3
-7
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 = 0.36
32+ export PLACE_DENSITY_LB_ADDON = 0.10
3333export TNS_END_PERCENT = 100
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ export SDC_FILE = $(DESIGN_HOME)/$(PLATFORM)/$(DESIGN_NICKNAME)/constraint.
1111export DIE_AREA = 0 0 2920 3520
1212export CORE_AREA = 10 10 2910 3510
1313
14- export PLACE_DENSITY ?= 0.25
14+ export PLACE_DENSITY ?= 0.2
1515
1616export microwatt_DIR = $(DESIGN_HOME ) /$(PLATFORM ) /$(DESIGN_NICKNAME )
1717
Original file line number Diff line number Diff line change @@ -10,11 +10,7 @@ fast_route
1010set global_placement_args {}
1111
1212# Parameters for routability mode in global placement
13- if {$::env(GPL_ROUTABILITY_DRIVEN) } {
14- 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
17- }
13+ append_env_var global_placement_args GPL_ROUTABILITY_DRIVEN -routability_driven 0
1814
1915# Parameters for timing driven mode in global placement
2016if {$::env(GPL_TIMING_DRIVEN) } {
You can’t perform that action at this time.
0 commit comments