We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf6e80a commit a6e6f61Copy full SHA for a6e6f61
flow/scripts/floorplan.tcl
@@ -98,7 +98,8 @@ if { [env_var_exists_and_non_empty MAKE_TRACKS] } {
98
make_tracks
99
}
100
101
-# Configure global routing: FASTROUTE_TCL script or set_global_routing_layer_adjustment/set_routing_layers
+# Configure global routing: FASTROUTE_TCL script or
102
+# set_global_routing_layer_adjustment/set_routing_layers
103
if { [env_var_exists_and_non_empty FASTROUTE_TCL] } {
104
log_cmd source $::env(FASTROUTE_TCL)
105
} else {
0 commit comments