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

Internal error on DRC operation #1126

Closed
klayoutmatthias opened this issue Jul 25, 2022 · 1 comment · Fixed by #1128
Closed

Internal error on DRC operation #1126

klayoutmatthias opened this issue Jul 25, 2022 · 1 comment · Fixed by #1128
Assignees
Milestone

Comments

@klayoutmatthias
Copy link
Collaborator

The attached test case fails with an internal error with this simple DRC script:

deep
l1 = polygons(1,0)
l2 = polygons(2,0)
out = l1.interacting(l2)

The root cause is instance duplication across hierarchy - e.g. C2 instances from C4 exactly overlap identical instances of C2 in the top cell. This case is currently treated illegal and does not make much sense, but apparently in this situation (fill pattern) it cannot be avoided entirely.

smallest_test.gds.zip

@klayoutmatthias klayoutmatthias self-assigned this Jul 25, 2022
@klayoutmatthias klayoutmatthias added this to the 0.27.11 milestone Jul 27, 2022
@klayoutmatthias
Copy link
Collaborator Author

Problem solved: was an issue related with (fully) overlapping identical cells and loop shortcut. However, such cells are better handled as individual ones to properly connect nets and avoid dangling nets. This is a change in behaviour but probably makes more sense - as far as fully overlapping cells make sense at all.

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

Successfully merging a pull request may close this issue.

1 participant