Instability in my 74x4040 implementation #1008
Unanswered
chyvonomys
asked this question in
Q&A
Replies: 2 comments
-
I suspect that there is a race condition between the two inverters. |
Beta Was this translation helpful? Give feedback.
0 replies
-
The variant with 74161 is not a good representation of the 4040 anyways. The 4040 is a ripple counter and the 7416x-series are synchronous counters which makes them behave differently. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi. Library was lacking this chip so I tried implementing it using JK triggers (a) and three 74x161 (b). Variant (b) is not stable: QA is randomly 1/0 when I hit play button. Why is it so? How do I fix this?

Beta Was this translation helpful? Give feedback.
All reactions