RS flipflop - Logic seems to oscillate #1112
kaviyarasu34
started this conversation in
General
Replies: 1 comment 1 reply
-
What you have in the middle of the circuit is a NOR-based (an OR followed by a NOT is a NOR) S/R Latch and they oscillate if both inputs to it is zero. They do this in real life and in all simulators. So you must make sure that it never will happen. Either you change the logic before it to prevent it from happening, or change the NOR S/R latch into a NAND S/R latch. It operates the same but oscillates when both inputs are high, and since the circuit you have now before the latch never can output two highs that would fix the problem. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Good day,
I am new to Logic seems to oscillate issue. How to solve this. It will be helpful for big circuits also. Attached the circuit image.
. Thank you.
Beta Was this translation helpful? Give feedback.
All reactions