* tests/TransImpedanceAmp/output.net:
processed with dos2unix
* configure.in src/spinit.in src/spinit
src/xspice/cmpp/Makefile src/xspice/cmpp/Makefile.in:
Make configure automatically set paths for lex yacc and install dir
2003-08-30 Stefan Jones <stefan.jones@multigig.com>
* src/Makefile.am Makefile.am README.Tcl
src/xspice/README src/xspice/icm/README
src/xspice/icm/spice2poly/icm_spice2poly/README:
Updated to reflect codemodel support is now complete
* src/xspice/{Makefile.am,xspice.c}
src/xspice/cm/{cmexport.c,Makefile.am}:
Moved the xspice library hooks into the cm directory
* src/Makefile.am src/ngspice.idx:
Remove ngspice.idx and make it auto-generated and installed
|
||
|---|---|---|
| .. | ||
| 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.