#280 ngspice: sky130_fd_pr folder missing in sky130/sky130A/libs.ref/spi
New issue created by
nataraj-pinakapani
I executed the following commands to install SKY13nm PDK.
git clone
git://opencircuitdesign.com/open_pdks
git clone
https://github.com/google/skywater-pdk
cd skywater-pdk
git submodule init libraries/sky130_fd_io/latest
git submodule init libraries/sky130_fd_pr/latest
git submodule init libraries/sky130_fd_sc_hd/latest
git submodule init libraries/sky130_fd_sc_hvl/latest
git submodule update
cd ../open_pdks/
./configure --enable-sky130-pdk=/home/nataraj/projects/designmyic/cad/pdk_new/skywater-pdk --prefix=/home/nataraj/projects/designmyic/cad/pdk_new/sky_130nm --with-ef-style > configure.log
make > make.log
make install > make_install.log
I got few errors while executing 'make' and 'make install. The errors are in make.log and make_install.log respectively.
After installation 'sky130_fd_pr' folder missing in sky130/sky130A/libs.ref/spi
Files in this folder are referenced by ngspice models.
Does any else have the same issue or can anyone please help me fix this issue?
make.log
make_install.log
RTimothyEdwards/open_pdks