2004-01-27 23:02:45 +01:00
|
|
|
ngspice test and example files:
|
|
|
|
|
===============================
|
2001-12-07 16:02:45 +01:00
|
|
|
|
2004-08-09 17:55:57 +02:00
|
|
|
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.
|
2001-12-07 16:02:45 +01:00
|
|
|
|
|
|
|
|
|
2005-09-06 22:30:11 +02:00
|
|
|
File Extension Convention:
|
2004-01-27 23:02:45 +01:00
|
|
|
|
|
|
|
|
.cir : Circuit file. This can be a simple circuit description or a spice2
|
|
|
|
|
input file.
|
2004-08-09 17:55:57 +02:00
|
|
|
.out : .cir files have been run and results are recorded into this
|
2004-01-27 23:02:45 +01:00
|
|
|
type of file. This is useful if want to test ngspice against
|
|
|
|
|
known (hopefully correct results).
|
|
|
|
|
|
|
|
|
|
REPLICATE TESTS
|
2001-12-07 16:02:45 +01:00
|
|
|
|
2005-09-06 22:30:11 +02:00
|
|
|
To replicate tests you have to launch configure without any option and
|
2004-08-09 17:55:57 +02:00
|
|
|
compile ngspice. In the future this will change.
|
2001-12-07 16:02:45 +01:00
|
|
|
|
2000-04-27 22:03:57 +02:00
|
|
|
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.
|