You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
grt::have_routes should be silent in .tcl, AntennaChecker.cc has another
warning of its own and EstimateireParasitics.cc uses placement if
global routing is not available and it doesn't look like it should output
a warning
fixesThe-OpenROAD-Project#6293
Signed-off-by: Øyvind Harboe <[email protected]>
Description
When scripting, it is useful to check if an operation that needs global routing should be skipped or not using grt::have_routes.
However, grt::have_routes prints warnings and errors.
Or if run with
make gui_floorplan
Since these errors/warnings are logged, catch is no help:
Suggested Solution
grt::have_routes should silently return 0/1, but it can returns warnings and errors.
Additional Context
No response
The text was updated successfully, but these errors were encountered: