ngspice/tests
dwarning c37e3ca61a only one modelcard for tests 2008-12-28 17:32:16 +00:00
..
TransImpedanceAmp Added .cvsignore to several tests directories 2007-12-14 10:10:12 +00:00
adms only one modelcard for tests 2008-12-28 17:32:16 +00:00
bin Added Gary's patch for cygwin. 2006-02-19 09:37:03 +00:00
bsim1 Added .cvsignore to several tests directories 2007-12-14 10:10:12 +00:00
bsim2 Added .cvsignore to several tests directories 2007-12-14 10:10:12 +00:00
bsim3 Added a missing .cvsignore 2007-12-14 10:11:18 +00:00
bsim3soi new testcase for bsim3soi 2008-04-20 09:36:53 +00:00
bsim3soidd Added .cvsignore to several tests directories 2007-12-14 10:10:12 +00:00
bsim3soifd Added .cvsignore to several tests directories 2007-12-14 10:10:12 +00:00
bsim3soipd Added .cvsignore to several tests directories 2007-12-14 10:10:12 +00:00
bsim4 Added .cvsignore to several tests directories 2007-12-14 10:10:12 +00:00
filters Updated filters test. 2004-08-09 15:32:07 +00:00
general Added .cvsignore to several tests directories 2007-12-14 10:10:12 +00:00
hfet Added .cvsignore to several tests directories 2007-12-14 10:10:12 +00:00
hisim Added .cvsignore to several tests directories 2007-12-14 10:10:12 +00:00
jfet Added .cvsignore to several tests directories 2007-12-14 10:10:12 +00:00
mes Added .cvsignore to several tests directories 2007-12-14 10:10:12 +00:00
mesa Added .cvsignore to several tests directories 2007-12-14 10:10:12 +00:00
mos6 Added .cvsignore to several tests directories 2007-12-14 10:10:12 +00:00
polezero Updated tests for polezero analysis. 2004-08-09 15:26:52 +00:00
resistance Updated tests for resistor device. 2004-08-09 15:26:23 +00:00
sensitivity Added .cvsignore to several tests directories 2007-12-14 10:10:12 +00:00
transient Added .cvsignore to several tests directories 2007-12-14 10:10:12 +00:00
transmission Added .cvsignore to several tests directories 2007-12-14 10:10:12 +00:00
vbic only basic tests for vbic 2008-11-29 17:07:55 +00:00
.cvsignore * DEVICES: Adjusted spacing. 2000-05-01 18:23:50 +00:00
ChangeLog Update of docs and test. Added mesa test files. 2001-12-07 15:02:45 +00:00
Makefile.am Removed tclspice entries from Makefile.am 2008-11-30 09:20:24 +00:00
README Fixed spelling errors 2005-09-06 20:30:11 +00:00

README

ngspice test and example files:
===============================

This directory is organized as a tree of subdirectories containing test files
for devices and analyses implemented in ngspice.

Some files comes from the original Spice3f5 package and others have been 
contributed by developers and users.


File Extension Convention:

.cir : Circuit file. This can be a simple circuit description or a spice2
       input file.
.out : .cir files have been run and results are recorded into this
       type of file. This is useful if want to test ngspice against
       known (hopefully correct results).        
               
REPLICATE TESTS

To replicate tests you have to launch configure without any option and
compile ngspice. In the future this will change.

TO ADD NEW TESTS

Take an existing test and adopt it to your liking.  Add the test
script and its supporting files to Makefile.am.  Use `make check' to
see your new test in action.