summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/netlist/devices
Commit message (Expand)AuthorAgeFilesLines
...
* netlist: fix logging of final timestamp. couriersud2020-07-191-2/+3
* netlist: Fix 4066 couriersud2020-07-171-4/+10
* netlist: Potential regression trigger. couriersud2020-07-1753-379/+3
* netlist: add 74157 device. Aaron Giles2020-07-171-0/+8
* netlist: prepare road towards trapezoidal integration. couriersud2020-07-171-5/+19
* 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: avoid ne555 oscillation due to overshoot compensation couriersud2020-07-161-2/+8
* netlist: comment out empty reset and update calls couriersud2020-07-1634-89/+69
* netlist: code maintenance. couriersud2020-07-161-10/+13
* netlist: reduce overshoot impact on NE555 astable frequency. couriersud2020-07-141-18/+43
* netlist: Always take power pin names from logic family. couriersud2020-07-126-11/+11
* netlist: finished input handler refactoring. couriersud2020-07-1215-191/+328
* netlist: and the next batch of non-virtual handlers. couriersud2020-07-128-390/+423
* netlist: another batch of explicit handler refactoring. couriersud2020-07-1218-481/+549
* netlist: next batch of explicit handlers. couriersud2020-07-126-192/+228
* netlist: first batch of explicit handlers. couriersud2020-07-1210-330/+371
* netlist: fix power pin names for CMOS devices. couriersud2020-07-123-4/+9
* netlist: fix 74121 clocking logic. Aaron Giles2020-07-111-1/+1
* netlist: use threads on netlist logs. couriersud2020-07-111-3/+68
* netlist: Add 74113 device. Aaron Giles2020-07-105-0/+275
* netlist: add 74121 device and refactor 74123 code. couriersud2020-07-103-166/+122
* netlist: update documenation on noise sources. couriersud2020-07-051-5/+28
* netlist: Fix polarity of 74LS125 tristate input. couriersud2020-07-041-3/+3
* netlist: Align design VARCLOCK to AFUNC. Aaron Giles2020-07-032-2/+3
* netlist: Add a parameter to varclock. Aaron Giles2020-07-031-8/+30
* netlist: code maintenance and bug fixes. couriersud2020-07-011-0/+1
* netlist: include file refactoring. couriersud2020-06-282-0/+4
* srcclean and cleanup (nw) Vas Crabb2020-06-212-2/+2
* netlist: Performance improvement and refactoring. [Couriersud] couriersud2020-06-133-11/+14
* netlist: code maintenance. (nw) couriersud2020-06-084-12/+12
* netlist: Reduce macro usage and make use of pstring utf8. (nw) couriersud2020-06-061-6/+1
* netlist: code maintenance. (nw) couriersud2020-06-062-67/+66
* netlist: Enable utf7 filenames on windows. (nw) couriersud2020-06-061-1/+1
* netlist: clang-tidy, header order fixes. (nw) couriersud2020-06-015-12/+8
* netlist: drop c++11 support. (nw) couriersud2020-06-014-4/+4
* netlist: Change use of NETLIB_DELEGATE macro. (nw) couriersud2020-06-0115-41/+38
* netlist: refactored ppmf.h [Couriersud] couriersud2020-06-011-0/+4
* netlist: split plists.h and fix nvcc compile for 10.2 (nw) couriersud2020-05-252-4/+2
* netlist: small memory system cleanup. (nw) couriersud2020-05-255-220/+211
* netlist: move configuration entries into netlist namespace. (nw) couriersud2020-05-251-2/+2
* netlist: improve performance. [Couriersud] couriersud2020-05-247-12/+18
* netlist: Better integretation of INT128. (nw) couriersud2020-05-241-6/+24
* netlist: fix a memory issue. (nw) couriersud2020-05-241-5/+5
* netlist: various clang-tidy-11 fixes. (nw) couriersud2020-05-243-10/+10
* netlist: Fix performance issues and VC2019. [Couriersud] couriersud2020-05-225-200/+294
* netlist: consolidate 9316-type counters. [Couriersud] couriersud2020-05-228-526/+136
* netlist: fix performance decrease. (nw) couriersud2020-05-224-99/+84
* netlist: Add tristate support for rom devices. [Couriersud] couriersud2020-05-202-13/+35
* netlist: improve syntax of generic device descriptors. (nw) couriersud2020-05-202-36/+38