<@U0285R77C4W> For magic, xschem, ngspice, gaw, ne...
# analog-design
s
@Jorge Marin For magic, xschem, ngspice, gaw, netgen, open_pdks you typically need to do a '`git pull`' followed by
make
and
(sudo) make install
. For ngspice make and make install must be done in the separate build directory (see file INSTALL in the ngspice source dir). If make and make install fails with open_pdks, then do a
make distclean
followed by the
./configure --enable-sky130-pdk --prefix....
, followed by
make
and
(sudo) make install
j
Thanks Stefan! Does the order matter?
s
@Jorge Marin open_pdks needs magic, so my advice is to do open_pdks last.
👍 1
j
@aquiles viza