-
Notifications
You must be signed in to change notification settings - Fork 30
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
Support schematic driven layout #390
Comments
Btw, related to gdsfactory/gdsfactory#2755, on the hdl21 and gdsfactory integration: Have been looking into it. Worth mentioning, currently the hdl21-sky130 package has the latest sky130nm PDK primitives, which doesn't map to the current layout components available. As per gdsfactory/skywater130#63, we need to add the latest PDK layout instances into the gdsfactory sky130nm package in order to be able to link the layout and hdl21 schematic instances inherently. Currently we only have the digital cells in the gdsfactory sky130nm PDK, and I've tested this existing PR and it doesn't quite solve the problem as it depends on the klayout raw instantiation rather than one that is accessible inherently from gdsfactory . I will try importing the gds directly, but don't know the limitations of the layout parametrization after inputting the params from hdl21 which might be tricky. |
So @daquintero - correct me if I'm misunderstanding here:
I understand that right? |
Hi Dan! Yeah, I guess the idea is to ultimately pseudo-impelment the way the layout editor is generated from a schematic like in Virtuoso as you suggest. So making a schematic and then generating the corresponding layout instances that are edited via gdsfactory. The method required would translate between the hdl21 params implementation and the instance/params schematic-editor implementation within gdsfactory. As far as I can tell so far there are a few steps to achieve this:
A next stage could be finding a way to map between What do you think? How could something like this be better implemented since you've written most of these tools? |
So thanks Dan for the reference:
I just recently bumped into this:
|
Add examples and tests for schematic driven layout to support going from schematic to layout using different schematic capture tools
This would provide SAX simulation as well for RF, @flaport @tvt173
The text was updated successfully, but these errors were encountered: