Difference between revisions of "Ngspice Tutorial"

From Microlab Classes
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 [https://classes.up-microlab.org/index.php?title=EE_220 EE 220 Page].
+
== Classes Using this Tutorial ==
 +
* [https://classes.up-microlab.org/index.php?title=EE_220 EE 220] Analog Integrated Circuits
  
 
== Installing ngspice ==
 
== Installing ngspice ==

Revision as of 11:34, 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.

Classes Using this Tutorial

  • EE 220 Analog Integrated Circuits

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.

Our First Circuit