File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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)
You can’t perform that action at this time.
0 commit comments