Routing problem on new platform import #4080
Unanswered
marcopoles
asked this question in
Q&A
Replies: 1 comment 10 replies
-
I found the problem: routing/fastrouting don't manage adjacent metals with the same routing orientation |
Beta Was this translation helpful? Give feedback.
10 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I'm creating a new platform to manage tsmc40nm, but I have problem during routing phase: the flow stops due to "heap underflow during 3D maze routing" for the first net to route. The placing phase finish correctly.
I run the flow on gcd and on a very simple verilog with 5 logic ports and on both cases the routing doesn't work.
I've already checked that std cell library pins are aligned with tracks that I defined.
Do you have any suggestion on how to debug the problem? How is it possible to print the path coordinates during the routing operation to check if it starts correctly?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions