- <@U01819B63HP> <@U05GF3APUTG> While installing ...
# reram
s
@Stefan Schippers @Akash Levy While installing the skywater_130nm_pdk we are facing some issues. particularly that 'make install' command is failing. I have attached the screenshots. Please help us with the installation. This issue is happening with the new version of makefile provided in the github repo.
s
Try to split the make commands:
make
sudo make install
before running make you need to execute
./configure ....
Follow the instructions here: http://opencircuitdesign.com/open_pdks/index.html Before installing open_pdks install also the magic layout editor: http://opencircuitdesign.com/magic/index.html
m
@Sabarish Sankar When following @Stefan Schippers instructions, note that the
make
execution is in
open_pdks
not
skywater-pdk
.
open_pdks
pulls data from the
skywater-pdk
repo. Also, I think there may have been problems with multi-threading, so try without the
-j4
. Unless you need special versions of the pdk, I recommend using the precompiled version available with volare.
Copy code
git clone <https://github.com/efabless/caravel_user_project>
cd caravel_user_project
make setup
should install everything you need including the pdk.