NOT Gate Feedback: Explaining Output Voltage Changes

  • Thread starter Thread starter n0_3sc
  • Start date Start date
  • Tags Tags
    Feedback Gate
Click For Summary

Discussion Overview

The discussion revolves around the behavior of a TTL NOT gate with a feedback line from the output to the input, particularly focusing on the output voltage changes for certain inputs. Participants explore concepts related to oscillation, memory storage, and circuit configurations, including the implications of using multiple NOT gates and the characteristics of CMOS inverters.

Discussion Character

  • Exploratory
  • Technical explanation
  • Conceptual clarification
  • Debate/contested

Main Points Raised

  • Some participants suggest that a simple TTL NOT gate with feedback would oscillate continuously.
  • Others propose that using two NOT gates in series could store a single bit of information.
  • There is a question about the detectability of the oscillation with a multimeter, with some suggesting that it may oscillate too quickly to be measured.
  • One participant mentions that an oscilloscope would be necessary to observe the oscillation effects accurately.
  • Another participant discusses how to revise the circuit to force the output to be a specific value before saving it, leading to the concept of RS and D flip-flops.
  • A participant describes how a CMOS inverter with feedback can hold near mid-rail voltage in the linear region, requiring reactive impedance for oscillation.
  • There are questions about the implications of biasing in the linear region and whether most gates operate in this region.
  • One participant clarifies that digital gates typically operate in saturated and cutoff regions, explaining the behavior of transistors in an inverter configuration.
  • Another participant compares the feedback configuration to an op-amp follower, noting the potential for marginal stability and oscillation under certain conditions.

Areas of Agreement / Disagreement

Participants express differing views on the behavior of the NOT gate with feedback, particularly regarding oscillation and the conditions necessary for it to occur. There is no consensus on the implications of biasing or the operational characteristics of gates in different regions.

Contextual Notes

Some discussions involve assumptions about the behavior of gates under specific conditions, such as biasing and reactive impedance, which may not be universally applicable. The conversation also touches on the complexity of oscillation mechanisms that depend on circuit configuration.

Who May Find This Useful

This discussion may be of interest to those studying digital electronics, circuit design, or memory storage concepts, particularly in the context of oscillation and feedback mechanisms in logic gates.

n0_3sc
Messages
238
Reaction score
1
If I have a simple TTL NOT gate and had a feedback line from the output to the input, then how would I explain what happens to the output voltage for certain inputs?
Does it just simply oscillate continuously?
 
Engineering news on Phys.org
yeah, it does. but if you want a little self-taught lesson in the the conceptuallization of 1 bit of static memory, you might want to ask yourself what would happen if it were two NOT gates in series and you feed the output back into the input. then what do you get?
 
Thats pretty cool - the double gate would just store a single bit.
But with my original question, what would happen if you put a multimeter on it - I assume its oscillating too fast to be detected?
 
that would be up to the switching speed of the device.

would need an oscilloscope to really see the effect
 
n0_3sc said:
Thats pretty cool - the double gate would just store a single bit.

sorry for continuing to diverge from the original question (it's not very interesting, of course it would oscillate and very quickly), but now that you can see that 2 NOT gates in a loop can be stable with either a 1 or a 0 at the output of the 2nd gate which is the same as the input to the first gate. now, how would you revise the circuit so that you can force the output to be 1 or 0 before allowing for that value to be saved? if you follow this and replace the NOT gates with either NOR oe NAND gates, you will see you have an RS flip-flop. add a little more and you have a D flip-flop. add a little more and you have a master-slave D flip-flop (that's pretty much what a single bit of static memory is).
 
n0_3sc said:
If I have a simple TTL NOT gate and had a feedback line from the output to the input, then how would I explain what happens to the output voltage for certain inputs?
Does it just simply oscillate continuously?

A simple CMOS inverter with the output connected to the input is biased in the linear region, and the output and input will generally hold near mid-rail. It takes some reactive impedance to get the inverter to oscillate, like in figure 4 in the following datasheet for the 74HCU04:

http://www.onsemi.com/pub_link/Collateral/74HCU04.REV0.PDF
 
berkeman said:
A simple CMOS inverter with the output connected to the input is biased in the linear region, and the output and input will generally hold near mid-rail. It takes some reactive impedance to get the inverter to oscillate, like in figure 4 in the following datasheet for the 74HCU04:

http://www.onsemi.com/pub_link/Collateral/74HCU04.REV0.PDF

How does the biasing in the linear region imply that the voltage will "hold near mid-rail"? Aren't most gates (TTL/CMOS) all biased in the linear region anyway?
Also, doesn't the reactive impedance just set the oscillation frequency rather than the rapid oscillation it may intrinsically do?
 
n0_3sc said:
How does the biasing in the linear region imply that the voltage will "hold near mid-rail"? Aren't most gates (TTL/CMOS) all biased in the linear region anyway?
Also, doesn't the reactive impedance just set the oscillation frequency rather than the rapid oscillation it may intrinsically do?

No, digital gates operate in the saturated region and cutoff region of the constituent transistors. So if the input of an inverter gate is low, then the output pullup transistor is saturated (on), and the pulldown transistor is cutoff (off). When the input transitions low-to-high, after the input passes the crossover point, the output transistors snap the other way.

But if you tie the output back to the input, you get basically a configuration similar to an opamp where you tie the output back to the "-" input, which is a follower. But there is no "+" input to the gate in this configuration to follow, so the configuration is generally marginally stable, with the bias point stabilizing mid-rail for both output and input. But there is a moderate amount of gain there, so if there is a phase shift introduced between output and input (like with the reactive impedance of the crystal oscillator circuit), and there is a tiny bit of perturbing noise to start the oscillation, then you can get an amplitude-limited oscillation at the resonant frequency of the crystal, and hence the classic crystal oscillator based on an (unbuffered, usually) inverter gate.
 
Thanks berkeman - that all makes sense and I'm back to being happy.
 

Similar threads

  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
Replies
55
Views
8K
  • · Replies 1 ·
Replies
1
Views
2K
Replies
12
Views
3K
Replies
39
Views
6K
Replies
26
Views
7K
Replies
5
Views
3K
  • · Replies 8 ·
Replies
8
Views
3K
  • · Replies 3 ·
Replies
3
Views
4K