Skip to content
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

GDSIIImport's get_as_shapely does not work properly with cell arrays #64

Open
nicholasnobile opened this issue Jan 26, 2022 · 2 comments

Comments

@nicholasnobile
Copy link

If this is run on a cell array, it does not recognize multiple instantiations....only the original copy at the original origin is placed (like just cellarray[0] and not the others....). See the zip.zip file. Use the Top Cell for copy
image
zip.zip

@nicholasnobile
Copy link
Author

Yep. The code in version 53970dd works for doing a good convert to positive resist function
image

if positive:
        pcell = Cell("Top")
        pcell.add_to_layer(1, convert_to_positive_resist(parts=cell.get_reduced_layer(1), buffer_radius=2))
        pcell.save(f"{directory}/{filename}_pos", grid_steps_per_micron=10000)

@nicholasnobile
Copy link
Author

Actually, This works well for outputting a design that is made currently in program from a cell object made there. Similar changes need to be made to the GDSIIImport class as was done in 53970dd so that already made designs can be properly imported first as the issue seems to occur at import time as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant