ngspice/tests
Holger Vogt 3d1e560828 Add configure flag --enable-shortcheck to enable a shortened make check
Only BSIM3 and BSIM4 are tested, when selected.
2022-10-07 13:00:30 +02:00
..
bin removed many hicum tests in order to reduce size of ngspice 2021-01-20 16:45:11 +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 activate hicum2 qa test and left out bsimbulk qa test 2021-01-02 19:04:49 +01: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 bsim4 model update according berkeley release - code change 2017-03-31 14:48:14 +02:00
bsimbulk adms bsimbulk and bsimcmg implementation based on work from Robert Larice 2020-12-22 17:56:19 +01:00
bsimsoi model qa check for other simulator 2015-03-30 16:02:41 +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
hicum2 removed more tests 2021-01-20 16:45:24 +01:00
hisim model qa check for other simulator 2015-03-30 16:02:41 +02:00
hisimhv1 model qa check for other simulator 2015-03-30 16:02:41 +02:00
hisimhv2 model qa check for other simulator 2015-03-30 16:02:41 +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 No more printout of 'Initial Transient Solution' 2020-08-20 15:48:30 +02: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 d_state.cir: print all event nodes to vcd file 2016-08-15 19:24:15 +02:00
.gitignore bsim4 generates .out files 2015-03-31 17:25:02 +02:00
ChangeLog Update of docs and test. Added mesa test files. 2001-12-07 15:02:45 +00:00
Makefile.am Add configure flag --enable-shortcheck to enable a shortened make check 2022-10-07 13:00:30 +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.