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

Scripts for gf180 klayout drc are being pulled into the sky130 pdk #433

Open
d-m-bailey opened this issue Feb 27, 2024 · 1 comment
Open

Comments

@d-m-bailey
Copy link
Contributor

d-m-bailey commented Feb 27, 2024

From at least e0f692f46654d6c7c99fc70a0c94a080dab53571, sky130B/libs.tech/klayout/drc/klayout_gds_drc_check.py contains

    klayout_sky130A_mr_drc_script_path = Path(__file__).parent.parent.parent / "tech-files/gf180mcuD_mr.drc"

Maybe this needs to be forwarded to the rule maintainer repo.

Reported by Aquiles Viza here.

Hi All,
I'm trying to make klayout drc from command line but I'm not sure which drc files use. For now I'm relying on precheck drc but I think the the others should be important as well.
Also, the drc file klayout_gds_drc_check.py holds a reference to the gf180mcu precheck drc in line 68:

klayout_sky130A_mr_drc_script_path = Path(__file__).parent.parent.parent / "tech-files/gf180mcuD_mr.drc"

Maybe I should change that to sky130A_mr.drc? That's the same to run the precheck drc directly?

@RTimothyEdwards
Copy link
Owner

@d-m-bailey : That would come from https://github.com/efabless/sky130_klayout_pdk.

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

2 participants