Replies: 1 comment 1 reply
-
Your JK FlipFlop dosen't have a real The pre-made JK component is made so the clock is a real edge triggered input, and will only update the outputs at at a falling (or rising) edge. So you only get one update per "pulse" of the clock. Not a continuous stream of updates as long as the "clock" is held high. To fix it you have to hook up two JK-flip flops in an after each other like below. Read more about it here: https://www.electronics-tutorials.ws/sequential/seq_2.html ![]() |
Beta Was this translation helpful? Give feedback.
-
I made a JK flip-flop using NAND logic gates (attached the file).
JK_flip_flop.zip
I have an error when J=1 and K=1. The error is "the logic seems to oscillate". If I use the JK flip-flop contained in the Digital library, the problem doesn't occur. Why? How I can solve the problem? Many thanks. Regards
Beta Was this translation helpful? Give feedback.
All reactions