Skip to content

Commit a6e6f61

Browse files
committed
Make tclfmt happy by shortening line length
Signed-off-by: kcaisley <[email protected]>
1 parent bf6e80a commit a6e6f61

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

flow/scripts/floorplan.tcl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,8 @@ if { [env_var_exists_and_non_empty MAKE_TRACKS] } {
9898
make_tracks
9999
}
100100

101-
# Configure global routing: FASTROUTE_TCL script or set_global_routing_layer_adjustment/set_routing_layers
101+
# Configure global routing: FASTROUTE_TCL script or
102+
# set_global_routing_layer_adjustment/set_routing_layers
102103
if { [env_var_exists_and_non_empty FASTROUTE_TCL] } {
103104
log_cmd source $::env(FASTROUTE_TCL)
104105
} else {

0 commit comments

Comments
 (0)