Skip to content

Commit 7f693eb

Browse files
committed
drt: error -> warn until ORFS is updated on the correct messages
Signed-off-by: Eder Monteiro <[email protected]>
1 parent 817209a commit 7f693eb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/drt/src/TritonRoute.tcl

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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)] } {

0 commit comments

Comments
 (0)