We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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:
issue-663.oas.gz
Result:
Without "deep" the result is correct:
The text was updated successfully, but these errors were encountered:
Addressed issue #663 by internal merging of the intruders.
50ee44b
No branches or pull requests
The following DRC script will give wrong errors if "separation" is measured from inside a polygon to another edge also inside.
Layout:
issue-663.oas.gz
Result:
Without "deep" the result is correct:
The text was updated successfully, but these errors were encountered: