Skip to content

Commit e2fff25

Browse files
authored
Merge pull request #962 from eder-matheus/remove_macro_extension
remove macro extensions from public platforms
2 parents 704b417 + a11d8ae commit e2fff25

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

flow/designs/asap7/mock-array-big/config.mk

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,3 @@ export IO_CONSTRAINTS = designs/asap7/mock-array-big/io.tcl
2424
export MACRO_PLACE_HALO = 1 1
2525

2626
export PDN_TCL = designs/asap7/mock-array-big/pdn.tcl
27-
28-
# Avoid global routing too close to macros
29-
export MACRO_EXTENSION = 2

flow/scripts/global_place.tcl

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@ if {[info exist env(FASTROUTE_TCL)]} {
1010
} else {
1111
set_global_routing_layer_adjustment $env(MIN_ROUTING_LAYER)-$env(MAX_ROUTING_LAYER) 0.5
1212
set_routing_layers -signal $env(MIN_ROUTING_LAYER)-$env(MAX_ROUTING_LAYER)
13-
set_macro_extension 2
13+
if {[info exist env(MACRO_EXTENSION)]} {
14+
set_macro_extension $env(MACRO_EXTENSION)
15+
}
1416
}
1517

1618
# check the lower boundary of the PLACE_DENSITY and add PLACE_DENSITY_LB_ADDON if it exists

0 commit comments

Comments
 (0)