I was trying to install OpenLane. After running ma...
# openlane
s
I was trying to install OpenLane. After running make test, it shows this error in the synthesis stage.
e
Uh oh. Please send details about what instructions you've followed. Is this with docker? OpenLane 1 or 2?
s
Yes it is with docker ....and openlane 1. I followed the instructions in the readme file and documentation...after make test failed, I did make mount and tried to do ./flow.tcl -design spm...it showed the same error
While trying to install dockerized version of openlane 2, I get an error saying " Failed to build installable wheels for some project.toml based projects(libparse)"
e
Are these the exact steps you followed? https://openlane.readthedocs.io/en/latest/getting_started/installation/installation_ubuntu.html#installation-of-required-packages Please share the commit hash (run
git rev-parse HEAD
) of the OpenLane repository you used as well
s
I am using Fedora so I followed this...https://openlane.readthedocs.io/en/latest/getting_started/installation/installation_linux.html.... also in my case docker run hello-world ran in the first try so did not follow the steps before that
here is the commit hash - e73fb3c57e687a0023fcd4dcfd1566ecd478362a
e
Please check that there's space on your drive, it's the creation of a temporary directory that's failing, but I'm still looking into it
s
You were right...I cleared some space from the root directory and it ran successfully now...thanks for the help.
e
No problem, this shows that we failed to have a reasonable error message so it's a helpful report actually
s
Glad that it was helpful! Generally system shows a low disk space notification which didn't happen here so I did not think about it. BTW I am really happy that now I can start my design journey.
e
have fun
👍 1