-
Notifications
You must be signed in to change notification settings - Fork 88
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
Error while installing skywater PDK during make install step #376
Comments
This has been reported before as an error which is, I think, specific to Debian systems, and has something to do with the conda setup. The prior recommendation was just to re-run "make" and the problem resolves itself. But you say you're getting this error multiple times? There has been a suggestion that the problem can be solved on Debian systems by first doing |
No, its not working even after that on ubuntu as well as on centos. Some months back I remember installing it. Back in the day it used to work fine its some new error. |
after digging into this with @mithro, it appears that the https://anaconda.org/symbiflow channel doesn't have the yosys package anymore: https://anaconda.org/litex-hub/yosys is the channel most recent conda package for most tools. I'm not sure why this happened, but this could easily be fixed by changing https://github.com/google/skywater-pdk/blob/main/environment.yml#L18 to point to |
Looks like the yosys package was removed by @PiotrZierhoffer 1+ year go: So I'm not sure why this started surfacing now? |
The "make" process is multi-threaded, so what is happening is that one thread finished but another one is still going. There are a couple of processes that take a long time---one of them is generating the I/O libraries, and the other is generating the SRAM libraries. The time to build can vary greatly depending on the speed and number of cores of your computer. At most it might take a few hours to complete. How long did you give it to finish? |
Hi RTimothyEdwards, Thanks |
@RTimothyEdwards, indeed after letting the "make" process sit for about four or five hours, it worked. I guess it just taks a loooot of time with the SRAM part, as you said. Thanks for the help! @aakash-ics, how long did you wait? Did you get it to work? |
I am getting this error multiple times while installing skywater pdk
Kindly help.
Thanking you
Aakash Gupta
The text was updated successfully, but these errors were encountered: