Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | netlist: move nl_examples to src/lib/netlist/examples. (nw) | 2019-11-25 | 1 | -46/+0 | |
| | | | One folder less in the top-level. | ||||
* | Add license to files that were not part of build or are containing data to ↵ | 2016-03-05 | 1 | -0/+2 | |
| | | | | build sources for cpu emulation (nw) | ||||
* | Fixed netlist examples. | 2014-02-23 | 1 | -4/+2 | |
| | |||||
* | Major renaming of netlist device macros, like | 2014-01-19 | 1 | -14/+14 | |
| | | | | | | | NETDEV_ALIAS ==> ALIAS NETDEV_R ==> RES NETDEV_C ==> CAP | ||||
* | Netlist: | 2014-01-18 | 1 | -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. | 2014-01-11 | 1 | -3/+3 | |
| | |||||
* | Quite a number of simplifications for netlist. Also tested some parallel ↵ | 2014-01-10 | 1 | -2/+2 | |
| | | | | processing using OpenMP (disabled). No wn | ||||
* | Fixed PNP model and added test netlist (bjt.c) [Couriersud] | 2014-01-01 | 1 | -0/+46 | |