Skip to content

Commit 3480141

Browse files
committed
undo modifications
Signed-off-by: Augusto Berndt <[email protected]>
1 parent 6e596da commit 3480141

File tree

3 files changed

+3
-7
lines changed

3 files changed

+3
-7
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 = 0.36
32+
export PLACE_DENSITY_LB_ADDON = 0.10
3333
export TNS_END_PERCENT = 100

flow/designs/sky130hd/microwatt/config.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ export SDC_FILE = $(DESIGN_HOME)/$(PLATFORM)/$(DESIGN_NICKNAME)/constraint.
1111
export DIE_AREA = 0 0 2920 3520
1212
export CORE_AREA = 10 10 2910 3510
1313

14-
export PLACE_DENSITY ?= 0.25
14+
export PLACE_DENSITY ?= 0.2
1515

1616
export microwatt_DIR = $(DESIGN_HOME)/$(PLATFORM)/$(DESIGN_NICKNAME)
1717

flow/scripts/global_place.tcl

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,7 @@ fast_route
1010
set 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
2016
if {$::env(GPL_TIMING_DRIVEN)} {

0 commit comments

Comments
 (0)