ChangeLog Makefile.am NOTES configure.in src/Makefile.am src/spinit src/include/inpdefs.h src/include/mif.h src/include/ngspice.h src/spicelib/devices/Makefile.am src/spicelib/devices/cktcrte.c src/spicelib/devices/dev.c src/spicelib/parser/inpdomod.c src/spicelib/parser/inptyplk.c src/xspice/Makefile.am src/xspice/README src/xspice/enh/enhtrans.c src/xspice/icm/Makefile.am src/xspice/mif/mif.c src/xspice/mif/mif_inp2.c src/xspice/mif/mifgetmod.c src/xspice/mif/mifutil.c tests/Makefile.am Added Files: src/xspice/icm/README src/xspice/icm/dlinfo.h src/xspice/icm/dlmain.c src/xspice/icm/modpath.lst src/xspice/icm/objects.inc src/xspice/icm/spice2poly.cm src/xspice/icm/icm_spice2poly/Makefile.am src/xspice/icm/icm_spice2poly/README src/xspice/icm/icm_spice2poly/cfunc.c src/xspice/icm/icm_spice2poly/cfunc.mod src/xspice/icm/icm_spice2poly/ifspec.c src/xspice/icm/icm_spice2poly/ifspec.ifs src/xspice/icm/icm_spice2poly/make.bat tests/TransImpedanceAmp/Makefile.am tests/TransImpedanceAmp/README tests/TransImpedanceAmp/output.net Merged Changes from http://www.brorson.com/gEDA/ngspice/ngspice.html Many thanks to Stuart Brorson. |
||
|---|---|---|
| .. | ||
| TransImpedanceAmp | ||
| bsim3soidd | ||
| bsim3soifd | ||
| bsim3soipd | ||
| bsim4 | ||
| filters | ||
| mesa | ||
| polezero | ||
| resistance | ||
| ChangeLog | ||
| Makefile.am | ||
| README | ||
| check.sh | ||
| diffpair.cir | ||
| diffpair.out | ||
| fourbitadder.cir | ||
| fourbitadder.out | ||
| maketest.sh | ||
README
ngspice test files: =================== The test directory contains several netlist designed to test ngspice functionality and correctness. There are netlists that test devices behavior and netlists that test analyses correctness. REPLICATE TESTS Tests are done with an ngspice compiled with the following options: --enable-ftedebug <- Should have no effect --enable-nobypass --enavle-predictor --enable-experimental <- Living on the edge :) 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.