summaryrefslogtreecommitdiffstatshomepage
path: root/nl_examples/bjt.c
Commit message (Collapse)AuthorAgeFilesLines
* netlist: move nl_examples to src/lib/netlist/examples. (nw) couriersud2019-11-251-46/+0
| | | One folder less in the top-level.
* Add license to files that were not part of build or are containing data to ↵ Miodrag Milanovic2016-03-051-0/+2
| | | | build sources for cpu emulation (nw)
* Fixed netlist examples. Couriersud2014-02-231-4/+2
|
* Major renaming of netlist device macros, like Couriersud2014-01-191-14/+14
| | | | | | | NETDEV_ALIAS ==> ALIAS NETDEV_R ==> RES NETDEV_C ==> CAP
* Netlist: Couriersud2014-01-181-4/+4
| | | | | | | | | | | - 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-3/+3
|
* Quite a number of simplifications for netlist. Also tested some parallel ↵ Couriersud2014-01-101-2/+2
| | | | processing using OpenMP (disabled). No wn
* Fixed PNP model and added test netlist (bjt.c) [Couriersud] Couriersud2014-01-011-0/+46