-
Notifications
You must be signed in to change notification settings - Fork 65
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
Layout efficiency: Substrate tap, nwell tap, vias, improved MOSFET cells #265
Comments
@hpretl thank you for your comment. there is ongoing discussion of the via should be generated natively by the tool, Klayout in this case, or as a separate PyCell. Do you have any opinion on that ? Substrate/Nwell contacts are among the devices that are planned to be delivered soon. I have develop a guard ring PyCell and I can share the code. The feature to have it as a mosfet PyCell option we have to discuss internally. |
As a via/viastack is a fundamental component of any PDK, a KLayout implementation would definitely make sense. But given the current state where custom layout in KLayout is really cumbersome due to lack of vias any solution in a reasonable timeline would help. 😀 |
@KrzysztofHerman One more argument for having vias inside KLayout: Eventually I would like to have a path function where I can change layers while routing. For this functionality, we need vias, and probably everything is easier if vias are a native functionality of KLayout. |
btw, regarding the Via question.. |
@sergeiandreyev Could you please open a KLayout issue (or should I)? Would be great to track this feature request there. |
ok, will do |
FYI, KLayout/klayout#1931 |
@hpretl, maybe for the time being you can use the
|
Maybe I just don't know how to do it properly, but it looks like a few fundamental thing are still missing from the KLayout setup:
In addition, it would be good have the option in the MOSFET pcells to have the gates connected.
The text was updated successfully, but these errors were encountered: