-
Notifications
You must be signed in to change notification settings - Fork 50
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Routing error #54
Comments
Looked at the log. It might because the router cannot find a access point for a pin. We first find the overlapping points of a pin shape and the routing grid. @baloneymath Do you know anything about it? |
It should be caused by some pins that were not on-grid and thus no valid access point exists. @rachary00 could you check if the pins in your circuit are correct? |
yes the pins in schematic file look fine, is there any place else that you want me to check them? |
@rachary00 could you check if the layout after placement (before running routing) is correct? This problem seems that the layers are not initialized correctly. |
It looks correct, not sure what to check exactly, but all the transistor cells are in the right location |
I get the following error:
I am using a simple custom circuit and the PDK files are all the mock files provided in the GitHub. I am not sure what this error is exactly. Please help!
The text was updated successfully, but these errors were encountered: