Closed kareefardi closed 4 days ago
Could you elaborate more on "Partially routes the design"? Is it not routing nets with guides or is it ignoring nets without guides?
It seems that I have attached a wrong test case. Let me double check and get back to you. This is possibly not an issue at all..
Not an issue. Got confused by the new DRT ability to route only the nets that have guides and ignore the others (see discussion)
Describe the bug
By passing
-top_routing_layer met2
and-bottom_routing_layer met1
to, DRT used to fail because given the guides it is impossible to route the design given the input parameters - I assume. However, DRT now partially routes the design and exits cleanly.Expected Behavior
I think it is OK for the router to partially route the design, however this might be a bit misleading in case of user error. Possible suggestions are adding warnings or event explicit flag to allow such behavior.
Environment
To Reproduce
test-case.tar.gz
Relevant log output
No response
Screenshots
No response
Additional Context
Possibly related: https://github.com/The-OpenROAD-Project/OpenROAD/discussions/6179