summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/netlist/analog (follow)
Commit message (Expand)AuthorAgeFilesLines
* Clean up net_t interface and increase readability. (nw) couriersud2017-02-224-15/+13
* srcclean (nw) Vas Crabb2017-02-191-1/+1
* Reworked truthtables a bit. couriersud2017-02-171-3/+0
* Reorder include order to comply with best practices. (nw) couriersud2017-02-101-1/+0
* Make sure netlist includes are not found directly on include path. couriersud2017-02-1012-19/+19
* Some documentation work. couriersud2017-02-052-2/+2
* Fixed a number of issues: couriersud2017-01-313-52/+54
* Separate include file usage for netlist. couriersud2017-01-2912-984/+968
* Fix a hidden bug in the GMRES solver and more optimization. (nw) couriersud2017-01-281-2/+0
* Do not derive other classes from std::vector. More cleanup. (nw) couriersud2017-01-271-1/+0
* Cleanup of includes. (nw) couriersud2017-01-274-2/+8
* More netlist refactoring: couriersud2017-01-251-1/+2
* Netlist refactoring: couriersud2017-01-252-37/+29
* srcclean (nw) Vas Crabb2017-01-224-9/+9
* Converted warnings and fatal log messages to constants. couriersud2017-01-201-2/+2
* Netlist: couriersud2017-01-174-8/+37
* Register all devices using NETLIB_DEVICE_IMPL. Fix encoding issue. (nw) couriersud2017-01-166-60/+85
* Preparation work for automatically generated include file for devices. couriersud2017-01-166-1/+18
* Move analog devices into "netlist::analog" namespace. Added couriersud2017-01-1510-273/+289
* Added more documentation to diode and bjt model. (nw) couriersud2017-01-153-12/+90
* Introduce a more structured approach to models. (nw) couriersud2017-01-156-30/+101
* Core refactoring couriersud2017-01-145-27/+27
* Fix timing issue in CD4538. Add "pow" (power) to the function model. couriersud2017-01-121-6/+6
* - setup_t is owned by netlist_t. Stop being complicated. couriersud2017-01-124-8/+14
* Fix regression. (nw) couriersud2017-01-082-2/+3
* Minor refactoring with focus on a bit more readability. (nw) couriersud2017-01-073-15/+34
* Fix startup when there are no timestep devices present, i.e. Capacitors couriersud2017-01-072-10/+43
* More cleanups. (nw) couriersud2017-01-062-20/+31
* Minor refactoring and renaming exercise. (nw) couriersud2017-01-044-61/+69
* Hook up luigi walking sound in netlist mario sound implementation. couriersud2016-12-312-34/+0
* Added inductor to netlist. (nw) couriersud2016-12-242-10/+72
* netlist: add uA741 in 8-, 10- and 14-pin DIP variants Vas Crabb2016-12-231-0/+16
* Netlist updates: couriersud2016-07-218-45/+46
* Srcclean on netlist files. Avoid the merge massacre. (nw) couriersud2016-06-2510-13/+0
* Merge netlist_dev branch, all code_refactoring: (nw) couriersud2016-06-166-36/+29
* - More code cleanup. couriersud2016-06-074-27/+27
* - Added constructors to prepare to move terminal setup into constructor. couriersud2016-06-075-57/+53
* - Minor cosmetic refactoring. Added a "uninitialised array" template to balr0g2016-06-0710-20/+60
* Leading underscore massacre. (nw) couriersud2016-05-275-44/+44
* Moved all parameter definitions in constructors. (nw) couriersud2016-05-256-52/+41
* Cleanups and version bumpmame0174 Miodrag Milanovic2016-05-251-5/+5
* All netlist devices now follow new syntax. Removed dead code. All sub couriersud2016-05-217-227/+130
* Continuing work to move object initialization from start to constructor. couriersud2016-05-1610-335/+310
* Align object registration syntax. (nw) couriersud2016-05-104-35/+35
* Converted most subdevices to unique_ptr. This is a temporary measure couriersud2016-05-0210-107/+115
* Various cleanups suggested by static analyzer (nw) Miodrag Milanovic2016-04-241-2/+2
* Netlist: code maintenance couriersud2016-03-232-1/+3
* netlist override update (nw) Miodrag Milanovic2015-12-063-46/+46
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-085-0/+0
* Moved netlist from emu to lib (nw) Miodrag Milanovic2015-09-1210-0/+1887