Stefan Schippers
11/14/2021, 2:14 AMMayank Gupta
11/14/2021, 5:54 AMMayank Gupta
11/14/2021, 5:54 AMStefan Schippers
11/14/2021, 10:34 AMMayank Gupta
11/14/2021, 10:40 AMMayank Gupta
11/14/2021, 10:41 AMStefan Schippers
11/14/2021, 10:53 AMgit pull
and [sudo] make install
) the first problem is gone. I can not tell about the ngspice error. This is probably related to ngspice not being able to find the models. Ensure the '`.lib`' instruction in the netlist is pointing to the correct location of models. Thank you for reporting the problem!.Mayank Gupta
11/14/2021, 10:54 AMStefan Schippers
11/14/2021, 10:55 AMMayank Gupta
11/14/2021, 10:56 AMStefan Schippers
11/14/2021, 10:56 AMMayank Gupta
11/14/2021, 10:59 AMMayank Gupta
11/14/2021, 11:00 AMMayank Gupta
11/14/2021, 11:00 AMStefan Schippers
11/14/2021, 11:08 AMset ngbehavior=hsa
set ng_nomodcheck
then try again the 'Simulate' button...Stefan Schippers
11/14/2021, 11:10 AM.lib /usr/local/share/pdk/sky130A/libs.tech/ngspice/sky130.lib.spice tt
Mayank Gupta
11/14/2021, 11:15 AMMayank Gupta
11/14/2021, 11:15 AMStefan Schippers
11/14/2021, 11:15 AMMayank Gupta
11/14/2021, 11:15 AMStefan Schippers
11/14/2021, 11:16 AMStefan Schippers
11/14/2021, 11:16 AMMayank Gupta
11/14/2021, 11:16 AMMayank Gupta
11/14/2021, 11:16 AMMayank Gupta
11/14/2021, 11:17 AMStefan Schippers
11/14/2021, 11:17 AMArgonaut
11/15/2021, 5:46 AMMayank Gupta
11/15/2021, 8:00 AMStefan Schippers
11/16/2021, 11:07 AMStefan Schippers
11/16/2021, 11:11 AMCompatibility modes selected: hs a
this is printed if you create a .spiceinit
file in the directory where the netlist is created and simulator is running (Typically ~/.xschem/simulations
if not changed by user).
the .spiceinit
file is just 2 lines to specify some behaviour about model syntax and Hspice-like compatibility:
set ngbehavior=hsa
set ng_nomodcheck
This file also allows ngspice to speed up model parsing considerably.