summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/netlist/examples/74125.cpp
Commit message (Collapse)AuthorAgeFilesLines
* netlist: Add working 74125 and 74126 implementations. [Couriersud] couriersud2020-05-171-3/+5
| | | | | | | | | | | These tristate buffers natively support tristate outputs. For use cases with fixed enable inputs the devices support a parameter FORCE_TRISTATE_LOGIC which if being set to 1 makes the device behave like a logic output. Added additional syntax and consistency checks for tristate outputs. Updated the example and added dip implementations including documentation.
* netlist: code cleanup and development stage tristate [Couriersud] couriersud2020-05-151-0/+40
Code cleanup to better separate the following stages: - parsing - setup - run In addition preliminary native tristate support was added. Not yet production ready, please don't use it.