Skip to content

Commit a85402c

Browse files
authored
Merge pull request #7933 from eder-matheus/drt_msg
drt: turn warn messages into error
2 parents 7143f50 + 898fa93 commit a85402c

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::warn DRT 509 "-bottom_routing_layer is deprecated.\
125+
utl::error 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::warn DRT 510 "-top_routing_layer is deprecated.\
129+
utl::error 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::warn DRT 511 "-bottom_routing_layer is deprecated.\
297+
utl::error 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::warn DRT 514 "-top_routing_layer is deprecated.\
301+
utl::error 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)