This website requires JavaScript.
Explore
Help
Register
Sign In
luke
/
ngspice
mirror of
https://git.code.sf.net/p/ngspice/ngspice
Watch
1
Star
0
Fork
You've already forked ngspice
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
jfisher/ngparse
ngspice
/
examples
/
tclspice
/
tcl-testbench2
History
Justin Fisher
e50dee9ccc
Loading a production PDK model library (a deck that pulls in roughly 50,000 parameter definitions and expands to about 70,000 lines) took ngspice over 15 minutes -- before a single timestep was simulated. The circuit itself was small; the time went entirely into reading the input. This branch attempts to rectify that. This new parser now load the same deck in 5.3s. The parser itself takes about 0.7s with the rest of the time taken by ngspice itself
2026-08-02 18:01:27 +02:00
..
example.cir
Loading a production PDK model library (a deck that pulls in roughly 50,000 parameter definitions and expands to about 70,000 lines) took ngspice over 15 minutes -- before a single timestep was simulated. The circuit itself was small; the time went entirely into reading the input. This branch attempts to rectify that. This new parser now load the same deck in 5.3s. The parser itself takes about 0.7s with the rest of the time taken by ngspice itself
2026-08-02 18:01:27 +02:00
tcl-testbench2.sh
examples/tclspice, cleanup "wish" trampoline and add emacs mode specification
2017-10-19 17:57:37 +02:00