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 6bfedffdc9 Changed tilde_expand to tildexpand. 22 years ago
..
TransImpedanceAmp Added TransImpedanceAmp example. 23 years ago
bsim1 Added test structure for bsim1. 23 years ago
bsim2 Added test structure for bsim2. 23 years ago
bsim3/Berkeley Initial import bsim3v3,2 test netlists. 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
cider Added example files for cider simulator. 22 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
hfet Added dtemp and "m" to hfet1, pole-zero analysis and corrected a bug in unsetup function. Added two test netlists. 23 years ago
hisim Initial import. Hisim test circuit. 23 years ago
jfet Added "dtemp" anf "m" to jfet model. Added a test netlist and updated DEVICES. 23 years ago
mes Added "m" to mes device. Updated Documentation and added mes test file. 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 Reference files for new pole/zero tests. 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 test netlists for cpl and txl from kspice. 23 years ago
vbic Added VBIC model (3T) from Dietmar Warning. 22 years ago
.cvsignore * DEVICES: Adjusted spacing. 26 years ago
ChangeLog Update of docs and test. Added mesa test files. 25 years ago
Makefile.am Added transmission lines tests. 23 years ago
README Update info file for tests directory. 22 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 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.