Replies: 3 comments 2 replies
-
Can you use --use_stdout & --error_string to check the final drcs? |
Beta Was this translation helpful? Give feedback.
1 reply
-
You could make a temporary change to scripts/detail_route.tcl to call detailed_route_num_drvs and issue an error message if >0. Then you could delta on that. |
Beta Was this translation helpful? Give feedback.
1 reply
-
Various bugs have been fixed and improvements made to deltaDebug.py since this post. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have some violations that detailed routing isn't able to deal with, that I really think it should be able to deal with.
Normally, deltaDebug.py needs an error message to look for to do it's bisection.
However, a detailed route can succeed after 64 iterations, even if all violations are not sorted out, so there's no error message for deltaDebug.py to use for it's bisection.
Tips?
Beta Was this translation helpful? Give feedback.
All reactions