SR Latch

 SR Latch is the basic and simplest sequential digital circuit. It consists of 2 cross coupled NOR gates as seen in the below figure.

Unlike in Cross-Coupled Inverter, in this SR Latch state can be controlled through the inputs S (SET) and R (Reset). 

 




In the case S=0 and R=0, Let's assume previously Q = 0 then now both S=0 and Qprev=0 then Qbar produces output '1' and since now R=0 Q produces output '0'. Now assume previously Q = 1 then now S=0 and Qprev=1 then Qbar produces output '0' and since R=0 Q produces output '1'. It can be observed that in S=0 and R=0 case Q remembers it's prior value i.e., old value. From this it can be inferred that this circuit has memory and it represents the state of the system.

SR Latch is also a bistable element with one bit of state stored in Q similar to the cross coupled inverters but here the state can be controlled with the inputs S and R.


Post a Comment

Previous Post Next Post

Contact Form