File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -122,11 +122,11 @@ 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.\
125+ utl::warn DRT 509 " -bottom_routing_layer is deprecated.\
126126 Use set_routing_layers command instead."
127127 }
128128 if { [info exists keys(-top_routing_layer)] } {
129- utl::error DRT 510 " -top_routing_layer is deprecated.\
129+ utl::warn DRT 510 " -top_routing_layer is deprecated.\
130130 Use set_routing_layers command instead."
131131 }
132132 if { [info exists keys(-verbose)] } {
@@ -294,11 +294,11 @@ proc pin_access { args } {
294294 set db_process_node " "
295295 }
296296 if { [info exists keys(-bottom_routing_layer)] } {
297- utl::error DRT 511 " -bottom_routing_layer is deprecated.\
297+ utl::warn DRT 511 " -bottom_routing_layer is deprecated.\
298298 Use set_routing_layers command instead."
299299 }
300300 if { [info exists keys(-top_routing_layer)] } {
301- utl::error DRT 514 " -top_routing_layer is deprecated.\
301+ utl::warn DRT 514 " -top_routing_layer is deprecated.\
302302 Use set_routing_layers command instead."
303303 }
304304 if { [info exists keys(-via_access_layer)] } {
You can’t perform that action at this time.
0 commit comments