summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author couriersud <couriersud@gmx.org>2020-06-28 12:35:25 +0200
committer couriersud <couriersud@gmx.org>2020-06-28 13:14:44 +0200
commitd7cbe855aa6baa01a74198ce830cfdf6793b367f (patch)
tree4a985b116d558adccd5c63d005e67b82c2be5bff
parentab31af569fb543f4b81fe30c3c37f6c957b09c48 (diff)
netlist: fix 74377 pin assignment
-rw-r--r--src/lib/netlist/macro/nlm_ttl74xx.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/netlist/macro/nlm_ttl74xx.cpp b/src/lib/netlist/macro/nlm_ttl74xx.cpp
index 63a53d05fab..17f2a40f770 100644
--- a/src/lib/netlist/macro/nlm_ttl74xx.cpp
+++ b/src/lib/netlist/macro/nlm_ttl74xx.cpp
@@ -997,7 +997,7 @@ static NETLIST_START(TTL_74377_DIP)
C.Q, /* Q2 |6 15| Q5 */ F.Q,
C.D, /* D2 |7 14| D5 */ F.D,
D.D, /* D3 |8 13| D4 */ E.D,
- D.Q, /* Q3 |9 12| Q4 */ E.D,
+ D.Q, /* Q3 |9 12| Q4 */ E.Q,
A.GND,/* GND |10 11| CP */ A.CP
/* +--------------+ */
)