-
Notifications
You must be signed in to change notification settings - Fork 87
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
NGSpice files missing in Open-PDK install? #449
Comments
Good question. |
In this directory there is only a subdir ".git"
This two dirs are completely empty. At this point I imagine it's a repository cloning problem, but I had already tried to download it (and reinstall it) a couple of times. |
Is it possible to install manually the files? |
Yes, of course. The only thing the Makefile is doing is "git clone" on a bunch of repositories. I have heard of people having issues with timeouts of github, depending on where you are located in the world. In some cases it can require multiple attempts, and/or running it at off-peak hours. Working around that problem may require increasing the values for RETRIES_NO and RETRY_DELAY in scripts/download.sh. But also, I see from the Makefile that if the directory is created but the clone does not complete, then the fact that the directory exists prevents the make target from re-running. Assuming that all directories got created but some or all may not have completed the "git clone", then I suggest doing:
This will do "git pull" on each of the repositories, and so will complete the clone operation if it failed the first time. |
Also, assuming that in all those directories at least the |
I finally did it!
and finally now ngpice seems to work! :) Time taken: almost 2 weeks. OT |
@MOS5500 : There is an interactive installer that does everything by itself; it's called volare: |
Hi to all,
I have installed open_Pdk and it make several directories in /usr/local/share/pdk/sky130A/libs.tech/ (after a strange delay for configuring (??) files for magic)
All directories contains files, I can use correctly Xschem and magic.
But if I launch a simulation from Xschem, I obtain an error because the sub-directory ngspice is empty.
Why?
The text was updated successfully, but these errors were encountered: