summaryrefslogtreecommitdiffstatshomepage
path: root/nl_examples/bjt_eb.c
Commit message (Collapse)AuthorAgeFilesLines
* Minor cosmetic changes for netlist Couriersud2014-02-261-2/+2
|
* Fixed netlist examples. Couriersud2014-02-231-9/+6
|
* Major renaming of netlist device macros, like Couriersud2014-01-191-14/+16
| | | | | | | NETDEV_ALIAS ==> ALIAS NETDEV_R ==> RES NETDEV_C ==> CAP
* Netlist: Couriersud2014-01-181-4/+11
| | | | | | | | | | | - Working Ebers Moll model. That's a significant step ahead. - Simple 2x2|RHS SPICE stamps now supported by two terminal devices. This was implicitly contained in the design, but set_mat now shows how a two-terminal device fits into a SPICE approach. - Introduced direct solvers for net groups with 1 or 2 nets. - Introduced specialized solvers for N=1,2,3,4,5 by using templates. - nice performance increase for BJTs
* Removed two duplicate devices in netlist. Couriersud2014-01-111-2/+2
|
* Quite a number of simplifications for netlist. Also tested some parallel ↵ Couriersud2014-01-101-3/+3
| | | | processing using OpenMP (disabled). No wn
* Some more netlist examples. Couriersud2014-01-061-0/+36