ngspice/tests
dwarning 886bc336bf extend qa test to hisimhv version 2 2015-03-30 12:48:44 +02:00
..
bin qa check: no additional noise from test bench 2015-03-27 22:22:49 +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 few unifications for better qa tests and recover permission of run scripts 2015-03-30 11:48:29 +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 few unifications for better qa tests and recover permission of run scripts 2015-03-30 11:48:29 +02:00
bsimsoi few unifications for better qa tests and recover permission of run scripts 2015-03-30 11:48:29 +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 few unifications for better qa tests and recover permission of run scripts 2015-03-30 11:48:29 +02:00
hisimhv1 few unifications for better qa tests and recover permission of run scripts 2015-03-30 11:48:29 +02:00
hisimhv2 extend qa test to hisimhv version 2 2015-03-30 12:06:56 +02: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 mos6/simple inverter: true inverter circuit 2014-01-11 16:24:30 +01:00
polezero remove all .cvsignore files 2012-10-26 18:30:14 +02:00
regression spfactor.c, cktnames.c, don't crash when simulating "nothing" 2015-02-08 22:07:14 +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 extend qa test to hisimhv version 2 2015-03-30 12:48:44 +02: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.