You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
22 years ago | |
|---|---|---|
| .. | ||
| TransImpedanceAmp | 23 years ago | |
| bsim1 | 23 years ago | |
| bsim2 | 23 years ago | |
| bsim3/Berkeley | 23 years ago | |
| bsim3soidd | 25 years ago | |
| bsim3soifd | 25 years ago | |
| bsim3soipd | 25 years ago | |
| bsim4 | 25 years ago | |
| cider | 22 years ago | |
| filters | 25 years ago | |
| general | 23 years ago | |
| hfet | 23 years ago | |
| hisim | 23 years ago | |
| jfet | 23 years ago | |
| mes | 23 years ago | |
| mesa | 25 years ago | |
| mos6 | 23 years ago | |
| polezero | 23 years ago | |
| proc2mod | 23 years ago | |
| resistance | 25 years ago | |
| transmission | 23 years ago | |
| .cvsignore | 26 years ago | |
| ChangeLog | 25 years ago | |
| Makefile.am | 23 years ago | |
| README | 25 years ago | |
| check.sh | 25 years ago | |
| diffpair.cir | 26 years ago | |
| diffpair.out | 26 years ago | |
| fourbitadder.cir | 26 years ago | |
| fourbitadder.out | 26 years ago | |
| maketest.sh | 26 years ago | |
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.