Sequential Circuits concept
Sequential Circuits concept
Part-II
Jan-21-2007
The basic idea of having the feedback is to store the value or hold the
value, but in the above circuit, output keeps toggling. We can
overcome this problem with the circuit below, which is basically
cascading two inverters, so that the feedback is in-phase, thus avoids
toggling. The equivalent circuit is the same as having a buffer with its
output connected to its input.
But there is a problem here too: each gate output value is stable, but
what will it be? Or in other words buffer output can not be known.
There is no way to tell. If we could know or set the value we would
have a simple 1-bit storage/memory element.
The circuit below is the same as the inverters connected back to back
with provision to set the state of each gate (NOR gate with both inputs
shorted is like a inverter). I am not going to explain the operation, as it
is clear from the truth table. S is called set and R is called Reset.
S R Q Q+
0 0 0 0
0 0 1 1
0 1 X 0
1 0 X 1
1 1 X 0