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

Faulty .include in file "library/skywater-pdk-libs-sky130_fd_pr/blob/main/cells/nfet_05v0_nvt/sky130_fd_pr__nfet_05v0_nvt.pm3.spice #439

Open
PW-HsH opened this issue Oct 11, 2024 · 1 comment

Comments

@PW-HsH
Copy link

PW-HsH commented Oct 11, 2024

Dear Sir or Madam,

I am unsure if this is the appropriate channel for this query, but I believe the "include" directive in line 16 of this file:
https://github.com/google/skywater-pdk-libs-sky130_fd_pr/blob/main/cells/nfet_05v0_nvt/sky130_fd_pr__nfet_05v0_nvt.pm3.spice
may require attention.

The line is currently:
include "sky130_fd_pr__esd_nfet_05v0_nvt.pm3"

and I think it needs to be changed to:
.include "../esd_nfet_05v0_nvt/sky130_fd_pr__esd_nfet_05v0_nvt.pm3.spice"

The "include" is missing the leading "." and the file to be included resides in a different directory. Also, the ".spice" ending is missing.

Best regards,

Pascal

@RTimothyEdwards
Copy link
Collaborator

@PW-HsH : Use the heavily-patched fork at https://github.com/efabless/skywater-pdk-libs-sky130_fd_pr, not the Google repository, which has been archived.

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