ngspice/tests
Jim Monte 66e79e1b39 Modified regression tests for library processing to make indication of failures more robust 2020-03-15 08:50:52 +01:00
..
bin When check.sh was modified to run ngspice/sed without && in between, the change was not applied to the OpenBSD/SunOS branch. This leads to a test failure when ngspice returns nonzero, as in xpressn-1.cir, xpressn-2.cir, xpressn-3.cir, and bxpressn-1.cir. 2019-11-30 11:36:48 +01:00
bsim1
bsim2
bsim3 model qa check for other simulator 2015-03-30 16:02:41 +02:00
bsim3soidd
bsim3soifd
bsim3soipd
bsim4 bsim4 model update according berkeley release - code change 2017-03-31 14:48:14 +02:00
bsimsoi model qa check for other simulator 2015-03-30 16:02:41 +02:00
filters
general
hfet
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
mes
mesa
mos6 mos6/simple inverter: true inverter circuit 2014-01-11 16:24:30 +01:00
polezero
regression Modified regression tests for library processing to make indication of failures more robust 2020-03-15 08:50:52 +01:00
resistance
sensitivity
transient
transmission
vbic
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
Makefile.am regression first, then xspice, then the model qua tests 2018-11-18 16:01:45 +01:00
README

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.