vks
12/14/2022, 2:30 PMStefan Schippers
12/14/2022, 3:09 PMinverter_tb.spice
file.
The error can be related to wrong sizing or something else. Difficult to investigate without the circuit netlist.vks
12/14/2022, 3:15 PMStefan Schippers
12/14/2022, 3:45 PM/home/vipul/open_pdks
. Is this the directory you cloned with git? This is in general wrong. After building open_pdks with make
you need to transfer all the files to the final install location with sudo make install
. Usually the install location is /usr/local/share/pdk
.
What is the ngspice version you are using?
Did you create a .spiceinit
file in the same direcctory where tb_inverter.spice is generated, containing the following lines?
set ngbehavior=hsa
set ng_nomodcheck
vks
12/14/2022, 4:11 PM