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

Possible fix for error in detecting m2.5 DRC rule #10

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

z-a-p-k-i-n-g
Copy link

Hi @laurentc2 ,

First of all, thanks a ton for your cool script!!

I happen to notice that there is a bug in detecting m2.5 DRC error. In first scenario, the error won't go even after providing proper enclosures to the via as argument to .width() is 0.14. Since minimum width of via is 0.15um, polygons would never be created and always .not_interacting would highlight the via as a DRC violation.

Even after changing this argument from 0.14 to 0.15, I noticed that there were some cases where the code wouldn't highlight the via during an actual DRC violation. Please have a look at the attached excel file for more details on this. Hence I suggest a small fix for this issue.

Looking forward to hear your thoughts on same :)

Thanking you,
Vishal

Before correcting 0.14um
before correcting 0 14

After correcting 0.14um
after correcting 0 14

DRC script fix explanation.xlsx

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

Successfully merging this pull request may close these issues.

1 participant