Skip to content

Commit ae085f9

Browse files
committed
drt: tclfmt
Signed-off-by: Eder Monteiro <emrmonteiro@precisioninno.com>
1 parent d80a5b0 commit ae085f9

1 file changed

Lines changed: 8 additions & 4 deletions

File tree

src/drt/src/TritonRoute.tcl

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -122,10 +122,12 @@ proc detailed_route { args } {
122122
set or_k 0
123123
}
124124
if { [info exists keys(-bottom_routing_layer)] } {
125-
utl::error DRT 509 "-bottom_routing_layer is deprecated. Use set_routing_layers command instead."
125+
utl::error DRT 509 "-bottom_routing_layer is deprecated.\
126+
Use set_routing_layers command instead."
126127
}
127128
if { [info exists keys(-top_routing_layer)] } {
128-
utl::error DRT 510 "-top_routing_layer is deprecated. Use set_routing_layers command instead."
129+
utl::error DRT 510 "-top_routing_layer is deprecated.\
130+
Use set_routing_layers command instead."
129131
}
130132
if { [info exists keys(-verbose)] } {
131133
sta::check_positive_integer "-verbose" $keys(-verbose)
@@ -292,10 +294,12 @@ proc pin_access { args } {
292294
set db_process_node ""
293295
}
294296
if { [info exists keys(-bottom_routing_layer)] } {
295-
utl::error DRT 511 "-bottom_routing_layer is deprecated. Use set_routing_layers command instead."
297+
utl::error DRT 511 "-bottom_routing_layer is deprecated.\
298+
Use set_routing_layers command instead."
296299
}
297300
if { [info exists keys(-top_routing_layer)] } {
298-
utl::error DRT 514 "-top_routing_layer is deprecated. Use set_routing_layers command instead."
301+
utl::error DRT 514 "-top_routing_layer is deprecated.\
302+
Use set_routing_layers command instead."
299303
}
300304
if { [info exists keys(-via_access_layer)] } {
301305
set via_access_layer $keys(-via_access_layer)

0 commit comments

Comments
 (0)