ngspice/tests
dwarning 8ab93a09ea correct bsim4 parameter mobmod 2014-01-02 09:33:27 +01:00
..
bin apply patch `#17 Enable regression tests on OpenBSD' 2013-12-31 16:13:14 +01:00
bsim1 remove all .cvsignore files 2012-10-26 18:30:14 +02:00
bsim2 remove all .cvsignore files 2012-10-26 18:30:14 +02:00
bsim3 remove all .cvsignore files 2012-10-26 18:30:14 +02:00
bsim3soidd remove all .cvsignore files 2012-10-26 18:30:14 +02:00
bsim3soifd remove all .cvsignore files 2012-10-26 18:30:14 +02:00
bsim3soipd remove all .cvsignore files 2012-10-26 18:30:14 +02:00
bsim4 correct bsim4 parameter mobmod 2014-01-02 09:33:27 +01:00
bsimsoi remove all .cvsignore files 2012-10-26 18:30:14 +02:00
filters remove all .cvsignore files 2012-10-26 18:30:14 +02:00
general remove all .cvsignore files 2012-10-26 18:30:14 +02:00
hfet remove all .cvsignore files 2012-10-26 18:30:14 +02:00
hisim update hisim to version 2.7.0 2012-11-21 22:04:48 +01:00
hisimhv1 hisimhv update to version 1.2.3 2012-11-26 23:24:51 +01:00
jfet remove all .cvsignore files 2012-10-26 18:30:14 +02:00
mes remove all .cvsignore files 2012-10-26 18:30:14 +02:00
mesa remove all .cvsignore files 2012-10-26 18:30:14 +02:00
mos6 remove all .cvsignore files 2012-10-26 18:30:14 +02:00
polezero remove all .cvsignore files 2012-10-26 18:30:14 +02:00
regression xpressn.c, introduce fortran style nint() rounding function 2014-01-02 09:33:21 +01:00
resistance remove all .cvsignore files 2012-10-26 18:30:14 +02:00
sensitivity remove all .cvsignore files 2012-10-26 18:30:14 +02:00
transient remove all .cvsignore files 2012-10-26 18:30:14 +02:00
transmission remove all .cvsignore files 2012-10-26 18:30:14 +02:00
vbic remove all .cvsignore files 2012-10-26 18:30:14 +02:00
xspice remove all .cvsignore files 2012-10-26 18:30:14 +02:00
.gitignore .gitignore files 2012-02-26 16:19:58 +01:00
ChangeLog Update of docs and test. Added mesa test files. 2001-12-07 15:02:45 +00:00
Makefile.am check the .lib processing 2013-12-31 12:53:40 +01:00
README Fixed spelling errors 2005-09-06 20:30:11 +00:00

README

ngspice test and example files:
===============================

This directory is organized as a tree of subdirectories containing test files
for devices and analyses implemented in ngspice.

Some files comes from the original Spice3f5 package and others have been 
contributed by developers and users.


File Extension Convention:

.cir : Circuit file. This can be a simple circuit description or a spice2
       input file.
.out : .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 replicate tests you have to launch configure without any option and
compile ngspice. In the future this will change.

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.