Logic - 5
Sequential Circuits
Rules for a Sequential Circuit
- Never combine two input wires.
- A singe input wire can be split partway and used as input for two separate gates.
- An output wire can be used as input.
- An output of a gate can eventually feed back into that gate.
The only difference here between a combinatorial and a sequential circuit is the final rule.
What Happens Here?
-
For the following circuit we know that the input would be $P$, making the output $\neg P$.
This would not make sense as the wire says that they are equivalent.
In real life this circuit would oscillate due to the time delay in switching. This would continue until it depleted the power in the circuit.
-
This circuit will stay high or low depending on the initial value of the circuit.
This is the same as this circuit with NOR gates:
For this circuit one of the inputs are fixed at zero. This follows on to the next subtopic.
Set/Reset Flip-Flop Circuit
This circuit is also known as a latch.
The two input signals are:
- $S$(et)
- $R$(eset)
This needs constant refreshing as the output will go when the power is removed.