ngspice/tests
pnenzi 4eb6744fca Added test for sensitivity analysis. 2004-08-09 15:24:45 +00:00
..
TransImpedanceAmp Added TransImpedanceAmp example. 2003-07-31 17:24:41 +00:00
bsim1 Added test structure for bsim1. 2003-08-24 17:58:24 +00:00
bsim2 Added test structure for bsim2. 2003-08-24 17:59:56 +00:00
bsim3 Trimmed Makefiles.am for "make dist" and added tests placeholders. 2004-02-14 19:19:23 +00:00
bsim3soidd Update of docs and test. Added mesa test files. 2001-12-07 15:02:45 +00:00
bsim3soifd Update of docs and test. Added mesa test files. 2001-12-07 15:02:45 +00:00
bsim3soipd Update of docs and test. Added mesa test files. 2001-12-07 15:02:45 +00:00
bsim4 Update of docs and test. Added mesa test files. 2001-12-07 15:02:45 +00:00
cider Trimmed Makefiles.am for "make dist" and added tests placeholders. 2004-02-14 19:19:23 +00:00
filters Update of docs and test. Added mesa test files. 2001-12-07 15:02:45 +00:00
general Trimmed Makefiles.am for "make dist" and added tests placeholders. 2004-02-14 19:19:23 +00:00
hfet Trimmed Makefiles.am for "make dist" and added tests placeholders. 2004-02-14 19:19:23 +00:00
hisim Trimmed Makefiles.am for "make dist" and added tests placeholders. 2004-02-14 19:19:23 +00:00
jfet Trimmed Makefiles.am for "make dist" and added tests placeholders. 2004-02-14 19:19:23 +00:00
mes Trimmed Makefiles.am for "make dist" and added tests placeholders. 2004-02-14 19:19:23 +00:00
mesa Update of docs and test. Added mesa test files. 2001-12-07 15:02:45 +00:00
mos6 Trimmed Makefiles.am for "make dist" and added tests placeholders. 2004-02-14 19:19:23 +00:00
polezero Reference files for new pole/zero tests. 2003-08-24 18:22:46 +00:00
proc2mod Trimmed Makefiles.am for "make dist" and added tests placeholders. 2004-02-14 19:19:23 +00:00
resistance Update of docs and test. Added mesa test files. 2001-12-07 15:02:45 +00:00
sensitivity Added test for sensitivity analysis. 2004-08-09 15:24:45 +00:00
transient Tests for transient (time marching) analysis. 2004-08-09 15:23:11 +00:00
transmission Built tests for transmission lines. 2004-08-09 15:21:33 +00:00
vbic Built tests for vbic. 2004-08-09 15:19:20 +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 Update autoconf scripts and applied Niessner patch to remove compiler warnings. 2004-07-09 18:37:25 +00:00
README Update info file for tests directory. 2004-01-27 22:02:45 +00:00
check.sh Fixed bug in gnu getopt handling 2001-12-04 19:37:56 +00:00
diffpair.cir Initial revision 2000-04-27 20:03:57 +00:00
diffpair.out * src/main.c, src/multidec.c, src/proc2mod.c, 2000-10-14 13:16:53 +00:00
fourbitadder.cir Initial revision 2000-04-27 20:03:57 +00:00
fourbitadder.out Added bsim3soid DD (dynamic depletion) tests and minor modification to other 2001-01-21 17:20:06 +00:00
maketest.sh A hacked version of check.sh to generate test files 2001-01-21 17:14:10 +00:00

README

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

This directory is organized as a tree of subdirectories containing test and
example files for the models and analyses implemented in ngspice.
Some files comes from the original Spice3f5 and Cider1b1 distributions
or have been contributed by developers and users and others come directly 
from the models developers.  


File Extensione Convention:

.cir : Circuit file. This can be a simple circuit description or a spice2
       input file.
.sp  : Spice file. This is a circuit file with a ".control" section; 
       "sp" files are batch scripts describing the circuit and the 
       operations to do on it.
.out : Some .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 Be Written

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.