You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
pnenzi fabfd87abd Code cleaning and enabled maximum verbosity in debug code. 23 years ago
..
TransImpedanceAmp Added TransImpedanceAmp example. 23 years ago
bsim1 Added bsim1 test (from ngspice debian patch). 23 years ago
bsim2 Added bsim2 test circuit (from ngspice debian patch). 23 years ago
bsim3soidd Update of docs and test. Added mesa test files. 25 years ago
bsim3soifd Update of docs and test. Added mesa test files. 25 years ago
bsim3soipd Update of docs and test. Added mesa test files. 25 years ago
bsim4 Update of docs and test. Added mesa test files. 25 years ago
filters Update of docs and test. Added mesa test files. 25 years ago
general Added "general" test files (from ngspice debian patch). 23 years ago
mesa Update of docs and test. Added mesa test files. 25 years ago
mos6 Added mos6 test circuits (from ngspice debian patch). 23 years ago
polezero Added test file for pole/zero analysis (from ngspice debian patch). 23 years ago
proc2mod Added test file for ngproc2mod (from ngspice debian patch). 23 years ago
resistance Update of docs and test. Added mesa test files. 25 years ago
transmission Added some test files for transmission lines (from ngspice debian patch). 23 years ago
.cvsignore * DEVICES: Adjusted spacing. 26 years ago
ChangeLog Update of docs and test. Added mesa test files. 25 years ago
Makefile.am Update of docs and test. Added mesa test files. 25 years ago
README Update of docs and test. Added mesa test files. 25 years ago
check.sh Fixed bug in gnu getopt handling 25 years ago
diffpair.cir Initial revision 26 years ago
diffpair.out * src/main.c, src/multidec.c, src/proc2mod.c, 26 years ago
fourbitadder.cir Initial revision 26 years ago
fourbitadder.out * src/main.c, src/multidec.c, src/proc2mod.c, 26 years ago
maketest.sh A hacked version of check.sh to generate test files 26 years ago

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.