ngspice/tests
pnenzi 32e9bf6929 Initial import bsim3v3,2 test netlists. 2003-09-29 20:41:34 +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
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
hisim Initial import. Hisim test circuit. 2003-09-29 20:33:53 +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 reference files and Makefile. 2003-08-24 19:14:03 +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 of docs and test. Added mesa test files. 2001-12-07 15: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 files:
===================

The test directory contains several netlist designed to test ngspice functionality and correctness.
There are netlists that test devices behavior and netlists that test analyses correctness.

REPLICATE TESTS

Tests are done with an ngspice compiled with the following options:

  --enable-ftedebug     <- Should have no effect
  --enable-nobypass   
  --enavle-predictor
  --enable-experimental <- Living on the edge :)

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.