Has anyone successfully set up the multithreading ...
# analog-design
m
Has anyone successfully set up the multithreading on ngspice? Or if there is some other nice tools for spice simulations? I am trying to run the design, but since it is only running on single core, it is taking forever.
@User
d
Hi Mehdi, apparently LTSpice uses a multi-threaded solver
πŸ‘ 2
e
To get best performance from ngspice with SkyWater make sure you follow these instructions. http://ngspice.sourceforge.net/applic.html#sky
🌏 1
πŸ‘ 4
t
Thanks @User I will take a look!
Thank you @User I will follow those steps and give that a try
t
@User: Use
xyce
, and take a look at the #xyce channel. But ngspice will take ages to start up if you don't use the startup file (
spinit
) that is distributed with open_pdks, or at least duplicate those settings (which have to be in a file in your run-time directory called
.spiceinit
). With the startup settings, ngspice is still slower than xyce, though.
🌍 1
πŸ™Œ 1