Difference between revisions of "Ngspice Tutorial"
Jump to navigation
Jump to search
Line 3: | Line 3: | ||
Most modern circuit simulators are based on the [https://en.wikipedia.org/wiki/SPICE SPICE] (Simulation Program with Integrated Circuit Emphasis) simulator, developed at UC Berkeley, and first presented in 1973. In this tutorial, we will use [http://ngspice.sourceforge.net/ ngspice], and just like the original Berkeley SPICE, it is open source. | Most modern circuit simulators are based on the [https://en.wikipedia.org/wiki/SPICE SPICE] (Simulation Program with Integrated Circuit Emphasis) simulator, developed at UC Berkeley, and first presented in 1973. In this tutorial, we will use [http://ngspice.sourceforge.net/ ngspice], and just like the original Berkeley SPICE, it is open source. | ||
− | Back to the | + | Back to the [https://classes.up-microlab.org/index.php?title=EE_220 EE 220 Page]. |
== Installing ngspice == | == Installing ngspice == |
Revision as of 11:33, 4 August 2020
Predicting the behavior of an electronic circuit using simulation tools enables us to run experiments, explore a larger set of alternatives, and verify results quickly and inexpensively.
Most modern circuit simulators are based on the SPICE (Simulation Program with Integrated Circuit Emphasis) simulator, developed at UC Berkeley, and first presented in 1973. In this tutorial, we will use ngspice, and just like the original Berkeley SPICE, it is open source.
Back to the EE 220 Page.
Installing ngspice
ngspice is available for Linux, MacOS, and Windows machines. Visit the ngspice download page for specific installation instructions. The user manual is available here.