Sabarish Sankar
08/06/2024, 11:17 AMStefan Schippers
08/06/2024, 11:20 AMmake
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.htmlMitch Bailey
08/06/2024, 1:52 PMmake
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.
git clone <https://github.com/efabless/caravel_user_project>
cd caravel_user_project
make setup
should install everything you need including the pdk.