SR latch initial output

Thread Starter

ewr

Joined Oct 2, 2016
7
With NOR SR latch, I don't understand how the gates can output a signal initially. You need two input signals for the NOR gate but initially there is only one input for each of the NOR gate (R and S) since the Q and NOT Q outputs are not generated yet. Can NOR gates output a signal given only one input signal?

Thank you.

 

Papabravo

Joined Feb 24, 2006
21,228
It depends on the technology used to fabricate the gates and what logic thresholds apply as the gates are powered on. My default assumption is the latch will come up in an indeterminate state as power is applied. At some point the latch should be initialized by activating either the S input or the R input. What you must avoid at all costs is allowing bot R and S to be high (one) at the same time.
 

crutschow

Joined Mar 14, 2008
34,470
.......................What you must avoid at all costs is allowing bot R and S to be high (one) at the same time.
"At all costs" sounds a little ominous. :eek:
All that will happen if both R and S are high at the same time is that both outputs will be low.
 

Thread Starter

ewr

Joined Oct 2, 2016
7
Yes in the drawing both NOR gates have 2 inputs. But what I don't understand is how the input is generated if it is the output of the other NOR gate. You supply the R input to one NOR gate and S input to the other NOR gate. The other input is the output of the other NOR gate. How does this input generated in the first place since Q and NOT Q output don't exist yet?

Is it something to do with how the NOR gate is implemented with transistors?
 

AnalogKid

Joined Aug 1, 2013
11,056
Assuming that neither the S nor R inputs are floating, then there are three possible cases.
1. Both inputs are low, the rest condition. The outputs assume complimentary states based on random noise during power up.
2. One of them is low and the other is high. Whichever input is high forces its gate's output low (no matter what its transient condition might have been during the gate's propagation time), and that sets the conditions for the other gate.
3. Both inputs are high. Both outputs are low. One output will change when its input goes low.

ak
 
Top