summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/netlist/examples
diff options
context:
space:
mode:
author Aaron Giles <aaron@aarongiles.com>2020-08-01 18:25:04 +0200
committer couriersud <couriersud@gmx.org>2020-08-01 18:27:17 +0200
commitc0ecd68341633b30b1d10e13673a5e109b23add0 (patch)
treee6623f2f2de94154f1ddf2a1d6b303f932d81637 /src/lib/netlist/examples
parentbcfc49f5b8872e04ece9dd17a0d9d7241bceee18 (diff)
netlist: Device refactoring
* Move DIPs for 82S16, 82S115, and 2102A devices into nlm_proms * Moved 7448 DIP to a macro. Replaced 7442 with truthtable and macro. * Moved 74LS629 DIP into macro. * Expand truthtable to handle 10 outputs.
Diffstat (limited to 'src/lib/netlist/examples')
-rw-r--r--src/lib/netlist/examples/sn74ls629_osc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/netlist/examples/sn74ls629_osc.c b/src/lib/netlist/examples/sn74ls629_osc.c
index c51007a1bd3..748f549651f 100644
--- a/src/lib/netlist/examples/sn74ls629_osc.c
+++ b/src/lib/netlist/examples/sn74ls629_osc.c
@@ -25,6 +25,7 @@ NETLIST_START(ls629)
SN74LS629(OSC, 0.022e-6)
NET_C(GND, OSC.GND)
+ NET_C(V5, OSC.VCC)
NET_C(VR, OSC.RNG)
NET_C(VF, OSC.FC)
NET_C(GND, OSC.ENQ)