File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
designs/asap7/mock-array-big Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -24,6 +24,3 @@ export IO_CONSTRAINTS = designs/asap7/mock-array-big/io.tcl
2424export MACRO_PLACE_HALO = 1 1
2525
2626export PDN_TCL = designs/asap7/mock-array-big/pdn.tcl
27-
28- # Avoid global routing too close to macros
29- export MACRO_EXTENSION = 2
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments