summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/netlist/devices/nld_4066.cpp
Commit message (Expand)AuthorAgeFilesLines
* netlist: More clang-tidy fixes. (nw) couriersud2020-04-281-5/+5
* netlist: unify solver calls. (nw) couriersud2020-04-251-3/+1
* netlist: improve readability. (nw) couriersud2020-04-251-1/+1
* netlist: code maintenance and edge case fixes. (nw) couriersud2020-04-201-8/+9
* netlist: clang-tidy, srcclean and pedantic warnings fixed. (nw) couriersud2020-04-181-6/+6
* netlist: Document alternative approach to CD4016. (nw) couriersud2020-04-171-31/+99
* srcclean and manual adjustments (nw) Vas Crabb2020-02-231-2/+2
* netlist: MAJOR bug fix. Expect other bugs to surface. [Couriersud] couriersud2020-01-261-2/+7
* netlist: New devices and some fixes. [Couriersud] couriersud2020-01-251-0/+1
* netlist: maintenance and bug fixes, remove DUMMY_INPUT. [Couriersud] couriersud2019-11-151-3/+3
* netlist: code maintenance. (nw) couriersud2019-11-101-2/+2
* netlist: improve readability. (nw) couriersud2019-11-021-8/+8
* netlist: add RELTOL/VNTOL solver parameters. Type safety. [Couriersud] couriersud2019-11-021-2/+2
* netlist: maintenance and simplifcation. (nw) couriersud2019-10-311-10/+10
* netlist: Fix cmos power pins and gcc-9 error. couriersud2019-05-061-5/+5
* (nw) Clean up the mess on master Vas Crabb2019-03-261-22/+15
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-15/+22
* netlist: fix visibility issues and more issues reported by tidy. (nw) couriersud2019-02-221-1/+1
* netlist: constants are now constexpr functions. (nw) couriersud2019-02-091-3/+3
* netlist: make constants struct members constexpr const. (nw) couriersud2019-02-081-3/+3
* netlist: Refactoring after adding clang-tidy support to netlist makefile couriersud2019-02-071-7/+7
* netlist: align solver calls. (nw) couriersud2019-02-041-12/+3
* netlist: All devices now specify parameters in factory constructor. (nw) couriersud2019-02-011-1/+1
* netlist: remove trampoline code. (nw) couriersud2019-02-011-2/+2
* netlist: refactored netlist creation. (nw) couriersud2019-01-151-4/+6
* Move information where it belongs ... into the drivers. (nw) couriersud2019-01-101-1/+1
* Clean up net_t interface and increase readability. (nw) couriersud2017-02-221-1/+1
* Make sure netlist includes are not found directly on include path. couriersud2017-02-101-2/+2
* Separate include file usage for netlist. couriersud2017-01-291-1/+1
* More netlist refactoring: couriersud2017-01-251-1/+1
* Move analog devices into "netlist::analog" namespace. Added couriersud2017-01-151-4/+4
* - setup_t is owned by netlist_t. Stop being complicated. couriersud2017-01-121-2/+10
* Netlist updates: couriersud2016-07-211-2/+2
* Netlist improvements: couriersud2016-07-011-1/+1
* Srcclean on netlist files. Avoid the merge massacre. (nw) couriersud2016-06-251-1/+0
* - Added constructors to prepare to move terminal setup into constructor. couriersud2016-06-071-1/+2
* - Minor cosmetic refactoring. Added a "uninitialised array" template to balr0g2016-06-071-27/+55
* Converted more devices to new layout. Improved memory handling in couriersud2016-05-211-22/+8
* Align object registration syntax. (nw) couriersud2016-05-101-1/+1
* Simplify object model by removing default_logic_family(). couriersud2016-05-081-0/+1
* Converted most subdevices to unique_ptr. This is a temporary measure couriersud2016-05-021-8/+8
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+60