summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib
diff options
context:
space:
mode:
author goldnchild <48141308+goldnchild@users.noreply.github.com>2022-07-12 04:32:35 -0700
committer GitHub <noreply@github.com>2022-07-12 07:32:35 -0400
commit3743363b901840f10cf7e3e12012743e831432f2 (patch)
tree24b1bcb29d544794d19dab422a7014476ea926f0 /src/lib
parent4aa8ca4c7f9ef3b66fd92717689954cc65ee3b29 (diff)
nlm_tt74xx_lib.cpp: fix TTL_74157_GATE (#10072)
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/netlist/macro/nlm_ttl74xx_lib.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/netlist/macro/nlm_ttl74xx_lib.cpp b/src/lib/netlist/macro/nlm_ttl74xx_lib.cpp
index 19b4d05a1c6..4ec2eff68ac 100644
--- a/src/lib/netlist/macro/nlm_ttl74xx_lib.cpp
+++ b/src/lib/netlist/macro/nlm_ttl74xx_lib.cpp
@@ -3209,7 +3209,7 @@ static TRUTH_TABLE(TTL_74156B_GATE, 4, 4, "")
TT_FAMILY("74XXOC")
}
-static TRUTH_TABLE(TTL_74157_GATE, 4, 4, "")
+static TRUTH_TABLE(TTL_74157_GATE, 4, 1, "")
{
TT_HEAD("E,S,I,J|O")
TT_LINE("1,X,X,X|0|14")