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

NoMet4Filler and NoMet5Filler missing in inductors_code.py #334

Open
VolkerMuehlhaus opened this issue Jan 16, 2025 · 0 comments
Open

NoMet4Filler and NoMet5Filler missing in inductors_code.py #334

VolkerMuehlhaus opened this issue Jan 16, 2025 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@VolkerMuehlhaus
Copy link

Metal4.nofill and Metal5.nofill is missing for inductor2 and inductor3 library elements

        dbCreatePolygon(self, PWellBlock, polyPoints1)
        dbCreatePolygon(self, NoActFiller, polyPoints1)
        dbCreatePolygon(self, NoGatFiller, polyPoints1)
        dbCreatePolygon(self, NoMet1Filler, polyPoints1)
        dbCreatePolygon(self, NoMet2Filler, polyPoints1)
        dbCreatePolygon(self, NoMet3Filler, polyPoints1)

        dbCreatePolygon(self, NoTMet1Filler, polyPoints1)
        dbCreatePolygon(self, NoTMet2Filler, polyPoints1)
@sergeiandreyev sergeiandreyev self-assigned this Jan 17, 2025
@sergeiandreyev sergeiandreyev added the bug Something isn't working label Jan 17, 2025
sergeiandreyev added a commit that referenced this issue Jan 17, 2025
Signed-off-by: Sergei Andreev <andreev@ihp-microelectronics.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants