-
Notifications
You must be signed in to change notification settings - Fork 391
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Please try ngspice-36-klu for faster simulation #374
Comments
@holvo pinned the issue for more visibility. |
@holvo what the best venue for skywater-pdk users to give feedback to the ngspice community? |
ngspice developers are active in the ngspice discussion forums, especially ngspice-devel . ngspice bugs may be reported to the bug tracker at https://sourceforge.net/p/ngspice/bugs/. |
Meanwhile ngspice-42 is available, containing the KLU solver, when compiled with --enable-klu, so I will close this issue. Hmm, don't know how to un-pin this one. |
Users have reported some problems when simulating large circuits (e.g. 200k transistors) with standard ngspice (long simulation times, operating point convergence problems).
Recently I have tested a dedicated version of ngspice-36, which replaces the venerable Sparse matrix solver by the KLU method, with very promising results. When using KLU and the Optran method to get the operating point before transient sim is started, I have achieved a simulation speed-up by a factor of three or more, after a fast operating point evaluation.
On the ngspice web pages at http://ngspice.sourceforge.net/applic.html there is more information on setting up ngspice for KLU.
As user feedback is very important here, please don't hesitate to try it out and report your results. We will need much more testing with various circuits before this feature may move into the standard ngspice distribution.
The text was updated successfully, but these errors were encountered: