summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/netlist/devices/nlid_system.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Netlist refactoring couriersud2017-02-251-6/+6
* Make sure netlist includes are not found directly on include path. couriersud2017-02-101-4/+4
* Some documentation work. couriersud2017-02-051-2/+2
* Separate include file usage for netlist. couriersud2017-01-291-1/+2
* Do not derive other classes from std::vector. More cleanup. (nw) couriersud2017-01-271-8/+2
* Cleanup of includes. (nw) couriersud2017-01-271-4/+1
* Added infix notation parsing to the function parser. (nw) couriersud2017-01-251-1/+1
* Netlist: code refactoring couriersud2017-01-201-1/+1
* Netlist: couriersud2017-01-171-26/+19
* Move analog devices into "netlist::analog" namespace. Added couriersud2017-01-151-3/+3
* Core refactoring couriersud2017-01-141-4/+4
* Improve readability and remove some trampolines. (nw) couriersud2017-01-121-36/+4
* Fix timing issue in CD4538. Add "pow" (power) to the function model. couriersud2017-01-121-0/+3
* - setup_t is owned by netlist_t. Stop being complicated. couriersud2017-01-121-7/+3
* Refactored factory. Use namespace "factory" instead of prefix factory_ couriersud2017-01-021-41/+0
* Simplify code. Introduce consistent approach to loading macro devices. couriersud2017-01-021-8/+10
* Analog to digital proxy rework. (nw) couriersud2016-12-301-0/+39
* Moved proxy code into separate file. (nw) couriersud2016-12-281-167/+0
* Fix 74629 and some internals. (nw) couriersud2016-12-271-0/+1
* Fix nullptr exception. (nw) couriersud2016-12-271-3/+2
* Gross doesn't even begin to describe it (nw) Olivier Galibert2016-12-261-2/+4
* Netlist updates: couriersud2016-07-211-27/+29
* Srcclean on netlist files. Avoid the merge massacre. (nw) couriersud2016-06-251-5/+1
* Merge netlist_dev branch, all code_refactoring: (nw) couriersud2016-06-161-20/+17
* - More code cleanup. couriersud2016-06-071-12/+12
* - Added constructors to prepare to move terminal setup into constructor. couriersud2016-06-071-34/+32
* - Minor cosmetic refactoring. Added a "uninitialised array" template to balr0g2016-06-071-0/+591