summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/netlist/devices/nld_4066.cpp
Commit message (Expand)AuthorAgeFilesLines
* netlist: fix bug, prepare for future changes and improve readability (#9947) couriersud2022-06-201-3/+3
* netlist: Relicensing of the GPL code to BSD-3 with the blessing of the Olivier Galibert2021-03-091-1/+1
* -unidasm: Allow input piped from stdin by specifying a bare hyphen as the fil... Vas Crabb2020-11-181-6/+4
* netlist: move to generated header and link support files files. couriersud2020-09-121-2/+0
* netlist: Fix various issues around include directories. couriersud2020-08-251-2/+2
* netlist: build system improvements couriersud2020-08-241-2/+0
* netlist: dead code removal. couriersud2020-08-171-75/+0
* netlist: Move documentation from header to cpp file. Batch 1. couriersud2020-08-021-1/+17
* netlist: Fix 4066 couriersud2020-07-171-4/+10
* netlist: Potential regression trigger. couriersud2020-07-171-9/+0
* nld_4066.cpp: Actually fix build for now AJR2020-07-161-3/+3
* nld_4066.cpp: Fix clang error: no matching constructor for initialization of ... AJR2020-07-161-3/+3
* netlist: Always take power pin names from logic family. couriersud2020-07-121-4/+4
* netlist: finished input handler refactoring. couriersud2020-07-121-2/+7
* netlist: provide more information for warning ... [Couriersud] couriersud2020-05-101-2/+0
* netlist: remove family_setter and other maintenance. (nw) couriersud2020-05-091-4/+4
* netlist: move nld_power_pins to nl_base.h (nw) couriersud2020-05-081-1/+0
* 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