We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
@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.
Sorry, something went wrong.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: