-
Hi all, I am trying to load custom lef/lib files for pnr, and my lef files contain some properties unsupported by openroad. I got too much warning messages from this and the unsupported properties didn't have effect on my pnr results. Is there any way to disable the LEF warning messages temporarily? I checked the documents but failed to find an option that can turn off the warnings. Sorry if I missed it from the documents. Thanks in advance! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
There is no method to do that currently. No single message will print more than 1k times. |
Beta Was this translation helpful? Give feedback.
-
@maliberty Correct me if I am wrong, but doesn't Tcl function Edit: i guess there's no function that achieves full suppression for all warnings, what OP requested Line 203 in 28892de Corresponding source: |
Beta Was this translation helpful? Give feedback.
@maliberty Correct me if I am wrong, but doesn't Tcl function
suppress_message
do this?Edit: i guess there's no function that achieves full suppression for all warnings, what OP requested
OpenROAD/test/helpers.tcl
Line 203 in 28892de
Corresponding source:
https://github.com/The-OpenROAD-Project/OpenROAD/blob/master/src/utl/src/Logger.cpp