-
Notifications
You must be signed in to change notification settings - Fork 44
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 GDSII Output for Place and Route Rules #54
Comments
Hi @QuantamHD, I would like to work on this issue. Should I extend _place_and_route_impl to perform additional steps or add a second rule, something like
As for the tool for writing GDS files I would prefer to use KLayout (actually only KLayout python library, which does not depend on Qt) to make the flow similar to OpenROAD-flow-scripts. |
Thanks for working on this! Could we start with creating it as a separate rule? Inside Google we have a different dependency manager that may or may not play well with the Klayout python module. I'd like to get that working without blocking a merge in this repo. Once we have it working it shouldn't be a big lift to get it merged together. Thanks again! :) |
We should use the magic instance we already built to stream the output DEF files into GDSII
The text was updated successfully, but these errors were encountered: