Difference between revisions of "Ngspice Tutorial"

From Microlab Classes
Jump to navigation Jump to search
(Created page with "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 ine...")
 
Line 2: Line 2:
  
 
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]].
  
 
== Installing ngspice ==
 
== Installing ngspice ==

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

Our First Circuit