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

Disallowed overlapping shapes between cells are not flagged if one shape completely overlaps the other. #302

Open
RTimothyEdwards opened this issue Apr 15, 2024 · 0 comments

Comments

@RTimothyEdwards
Copy link
Owner

The non-overlapping DRC error is most often associated with contact areas. The overlap prohibition keeps the contacts from being misaligned between parent and child cell.

However, if a contact area completely overlaps another area in another cell, it is not flagged, even though the same condition exists in which contact cuts may be misaligned between parent and child cells (or sibling cells).

This also appears to evade the "parent and child disagree on CIF" error during GDS write. I would have expected the DRC and GDS error catching to be independent and am not sure why neither one flags the issue.

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