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

deep mode DRC: separation from "inside" gives wrong errors #663

Closed
klayoutmatthias opened this issue Oct 26, 2020 · 0 comments
Closed

deep mode DRC: separation from "inside" gives wrong errors #663

klayoutmatthias opened this issue Oct 26, 2020 · 0 comments
Milestone

Comments

@klayoutmatthias
Copy link
Collaborator

klayoutmatthias commented Oct 26, 2020

The following DRC script will give wrong errors if "separation" is measured from inside a polygon to another edge also inside.

deep

report("separation-from-inside-bug")

l1 = input(1, 0)
l2 = input(2, 0)

l1.separation(l2, 2.um).output("sep(l1, l2) < 2um")

Layout:

image
issue-663.oas.gz

Result:

image

Without "deep" the result is correct:

image

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