ngspice/tests
pnenzi 811d6064cc Update info file for tests directory. 2004-01-27 22:02: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/Berkeley Initial import bsim3v3,2 test netlists. 2003-09-29 20:41:34 +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 Added example files for cider simulator. 2004-01-26 12:25:22 +00:00
filters Update of docs and test. Added mesa test files. 2001-12-07 15:02:45 +00:00
general Added "general" test files (from ngspice debian patch). 2003-08-21 12:28:39 +00:00
hfet Added dtemp and "m" to hfet1, pole-zero analysis and corrected a bug in unsetup function. Added two test netlists. 2003-12-30 09:20:47 +00:00
hisim Initial import. Hisim test circuit. 2003-09-29 20:33:53 +00:00
jfet Added "dtemp" anf "m" to jfet model. Added a test netlist and updated DEVICES. 2003-12-26 09:46:48 +00:00
mes Added "m" to mes device. Updated Documentation and added mes test file. 2003-12-31 07:56:39 +00:00
mesa Update of docs and test. Added mesa test files. 2001-12-07 15:02:45 +00:00
mos6 Added mos6 test circuits (from ngspice debian patch). 2003-08-21 12:31:01 +00:00
polezero Reference files for new pole/zero tests. 2003-08-24 18:22:46 +00:00
proc2mod Added test file for ngproc2mod (from ngspice debian patch). 2003-08-21 12:21:30 +00:00
resistance Update of docs and test. Added mesa test files. 2001-12-07 15:02:45 +00:00
transmission Added test netlists for cpl and txl from kspice. 2003-12-31 16:14:20 +00:00
vbic Added VBIC model (3T) from Dietmar Warning. 2004-01-27 21:57: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 Added transmission lines tests. 2003-08-24 19:15:38 +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.