soft connections for well and substrate #142
d-m-bailey
started this conversation in
Ideas
Replies: 2 comments
|
This might be a temporary method for finding these errors. https://github.com/d-m-bailey/sconnect_for_sky130_magic |
0 replies
|
For reference, this repo has a setup for detecting these types of errors with magic and netgen. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Currently, extraction with magic treats well and substrate the same as metal for connectivity. This means that the following circuits will pass LVS even though the ground connection is through the substrate.
One possible solution would be to defining high resistive planes (including substrate) that only pass connectivity from a higher level and print an error/warning if more than one node tries to connect.
All reactions