-
Notifications
You must be signed in to change notification settings - Fork 9
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
Change gds naming conventions #61
Comments
I am going to reopen this issue. I think we need to figure this out again in light of the refactor. |
Yes, before now since gds generation was tied together with OA generation, |
BigRefactor actually messes this up a bit because it uses the gds_plugin.export_content_list to export the design, which names the file based on the base gds_filepath and new property of gds_plugin called self.lib_name. For now, I will hack together a solution where you pass an argument specifying how you want to append to the name... |
We will also need to fix naming of the lsf exporter |
in layout_manager, for impl_lib and impl_cell, to be compatible with bag: |
Currently GDS's are named with the concatenation of the
gds_filename
andimpl_lib
parameters from the spec file. Change this to only use the gds_filename.The text was updated successfully, but these errors were encountered: