Sequential Circuit
Sequential Circuit
CIRCUIT
Slides by Redwanul Mahbub Talukder
Differences with Combinational
Circuit
Topic Combinational Circuit Sequential Circuit
changes immediately.
Types of Sequential Circuit
-> Latch can be prepared by cascading 2 Not Gates back to back. But
that will store by using a switch.
-> We can use 2 input logic gate instead of a switch by two cross
coupled NOR or NAND Gates
Basic NOR SR Latch
● SR latch is made from two cross-coupled NORs
● Usually S=0 and R=0, the present state prevails or
no change
● When Q = 1, the SR-Latch is in the Set state
● When Q = 0, the SR-Latch is in the Reset state
● S=1 and R=1 generates illogical results
Basic NAND SR Latch
● SR latch is made from two cross-coupled NANDs
● Sometimes called S’ R’ latch
● Usually S’=1 and R’=1, present state prevails or no change
● S’=0 and R’=0 generates illogical results
‘ ‘
Gated/Clocked SR Latch
S’
R’
SR Latch Symbol
D Latch
▪ Adding an inverter to the S-R Latch, gives the D
Latch:
▪ Note that there are no “indeterminate” states!
D Latch Symbol