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 0b55e37543 Updated tests for mesa device. 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 Trimmed Makefiles.am for "make dist" and added tests placeholders. 22 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 Trimmed Makefiles.am for "make dist" and added tests placeholders. 22 years ago
filters Update of docs and test. Added mesa test files. 25 years ago
general Trimmed Makefiles.am for "make dist" and added tests placeholders. 22 years ago
hfet Trimmed Makefiles.am for "make dist" and added tests placeholders. 22 years ago
hisim Trimmed Makefiles.am for "make dist" and added tests placeholders. 22 years ago
jfet Trimmed Makefiles.am for "make dist" and added tests placeholders. 22 years ago
mes Trimmed Makefiles.am for "make dist" and added tests placeholders. 22 years ago
mesa Updated tests for mesa device. 22 years ago
mos6 Updated tests for mos6 device. 22 years ago
polezero Updated tests for polezero analysis. 22 years ago
proc2mod Trimmed Makefiles.am for "make dist" and added tests placeholders. 22 years ago
resistance Updated tests for resistor device. 22 years ago
sensitivity Added test for sensitivity analysis. 22 years ago
transient Tests for transient (time marching) analysis. 22 years ago
transmission Built tests for transmission lines. 22 years ago
vbic Built tests for vbic. 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 Update autoconf scripts and applied Niessner patch to remove compiler warnings. 22 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.