https://open-source-silicon.dev logo
#sky130
Title
# sky130
j

Juan Andres

05/12/2022, 11:36 PM
I get this warning : ./configure no such file or directory, maybe there isn't that file?
m

Mitch Bailey

05/13/2022, 3:20 AM
Try
../configure
instead of
./configure
j

Juan Andres

05/13/2022, 3:21 AM
It doesn't work
s

Stefan Schippers

05/13/2022, 7:20 AM
@User the INSTALL file documents the process. If you got ngspice from git the first step is to build configure itself. This is done by running autogen.sh
Copy code
$ ./autogen.sh 
 $ mkdir release
 $ cd release
 $ ../configure --with-x --enable-xspice --disable-debug --enable-cider --with-readline=yes --enable-openmp 
 $ make
 $ sudo make install
g

Georg Zachl

05/13/2022, 8:11 AM
Hey I hope it is okay to suggest that here, but if you struggle to install and setup the tools on your machine (because it is kind of complicated and takes a lot of time) look at our Docker-Container that includes the PDK and lots of tools. Just download and run and everything is set up: https://github.com/hpretl/iic-osic-tools