summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/netlist/devices
Commit message (Expand)AuthorAgeFilesLines
* netlist: array -> std::array (nw) couriersud2019-05-122-2/+6
* netlist: remove base_dummy class and fix CD4020 VCC/VDD. couriersud2019-05-111-4/+4
* netlist: Fix cmos power pins and gcc-9 error. couriersud2019-05-066-20/+32
* netlist: fix pedantic clang warnings. (nw) couriersud2019-05-011-5/+5
* netlist: add more defines to nltool -v --version output couriersud2019-05-012-36/+30
* netlist: provide example for state in truthtable. couriersud2019-05-013-1/+8
* netlist: fix include order and logging queue stats (nw) couriersud2019-04-281-1/+1
* netlist: code maintenance Couriersud2019-04-281-2/+5
* netlist: Fix the 7448 mess. couriersud2019-04-234-87/+25
* netlist: Fix MT06827. couriersud2019-04-222-2/+2
* netlist: lint and pedantic warning fixes. (nw) couriersud2019-04-221-1/+1
* netlist: Add more validations and fix issues identified. couriersud2019-04-211-1/+1
* netlist: use A,B,C,... for packaged components. couriersud2019-04-218-225/+231
* netlist: bug fixes and nltool validation. couriersud2019-04-212-2/+2
* netlist: Add power terminals to most logic devices. couriersud2019-04-2170-778/+996
* netlist: scalable error messages. couriersud2019-04-182-3/+3
* netlist: Improve validation code. couriersud2019-04-162-3/+2
* netlist: Add validation support to netlist device. couriersud2019-04-151-1/+3
* netlist: MB3614 again, function controlled VARCLOCK and other couriersud2019-04-074-16/+52
* Netlist: Add global parameter to disable semi-conductor capacitance couriersud2019-03-311-0/+2
* netlist: Improved MOS transistor model. [Couriersud] couriersud2019-03-291-2/+2
* (nw) Clean up the mess on master Vas Crabb2019-03-26104-1082/+1274
* Revert "conflict resolution (nw)" andreasnaive2019-03-25104-1274/+1082
* netlist: add MOSFET model. [Couriersud] couriersud2019-03-252-0/+2
* netlist: add MC1455P as device. (nw) couriersud2019-03-173-1/+11
* netlist: Add output resistance to NE555. couriersud2019-03-171-2/+9
* netlist: fix bug in LOGIC_INPUT devices. (nw) couriersud2019-03-161-0/+1
* New working machine couriersud2019-03-121-3/+5
* netlist: fix breakout paddle regression. (nw) couriersud2019-03-101-12/+16
* netlist: fix reset bug in 555 device. (nw) Couriersud2019-03-091-11/+12
* netlist: refactoring. (nw) couriersud2019-03-014-142/+100
* netlist: memory code refactoring. (nw) couriersud2019-03-012-2/+2
* netlist: analog readability refactoring. (nw) couriersud2019-02-255-11/+11
* netlist: tidy changes and better constexpr support for ptime class. (nw) couriersud2019-02-2410-13/+13
* netlist: more alignment related refactoring. (nw) couriersud2019-02-241-2/+3
* srcclean (nw) Vas Crabb2019-02-249-9/+9
* netlist: Fix relative include paths and a conflict. (nw) couriersud2019-02-23100-123/+123
* Move ptime struct into plib namespace and fix relative includes. (nw) couriersud2019-02-234-6/+6
* netlist: Fix some more exotic compile options. (nw) couriersud2019-02-232-3/+3
* netlist: fix visibility issues and more issues reported by tidy. (nw) couriersud2019-02-225-19/+18
* netlist: memory management. [Couriersud] couriersud2019-02-222-3/+3
* (nw) clean up trivial stuff - the device delegate boilerplate is ugly, I will... Vas Crabb2019-02-191-3/+3
* netlist: tick off some issues clang-tidy highlights. (nw) couriersud2019-02-181-3/+5
* netlist: Separation of duties. (nw) couriersud2019-02-162-8/+15
* netlist: memory pool now supports aligned storage. (nw) couriersud2019-02-162-4/+4
* netlist: more memory allocation refactoring. (nw) couriersud2019-02-141-3/+3
* netlist: memory allocation clean-up. (nw) couriersud2019-02-132-3/+3
* netlist: More cpp core guidelines alignment. (nw) couriersud2019-02-117-19/+13
* netlist: more core guidelines work. (nw) couriersud2019-02-094-25/+22
* netlist: constants are now constexpr functions. (nw) couriersud2019-02-095-13/+13