TTL Gate Circuits: Unconnected Inputs Logic Level HIGH?

  • Thread starter Thread starter timeforplanb
  • Start date Start date
  • Tags Tags
    Circuits Gate Ttl
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
4 replies · 5K views
timeforplanb
Messages
16
Reaction score
0
Why do TTL integrated circuits assume unconnected inputs to be at logic level HIGH? Does the answer lie in the circuitry itself or some other factor?
 
Engineering news on Phys.org
220px-TTL_npn_nand.svg.png


In the diagram, the inputs are only low if current flows out of the device at A or B. Otherwise, they are high.

If either of the inputs is grounded, then the output transistor will not get base current so the output will be high.
Only if both inputs are not grounded, ie high, then the output will be low.

This is a NAND gate, but the input logic is similar for other TTL devices
 
Not sure you'll get a definitive answer but it makes sense for multiple input gates to leave unconnected gates as high. As an example, a 4 input AND gate where you only need 3inputs you'd set the fourth one high.
 
Last edited:
vk6kro said:
220px-TTL_npn_nand.svg.png


In the diagram, the inputs are only low if current flows out of the device at A or B. Otherwise, they are high.

If either of the inputs is grounded, then the output transistor will not get base current so the output will be high.
Only if both inputs are not grounded, ie high, then the output will be low.

I'm not that familiar with the internal circuitry of TTL gates yet. In the diagram, Vcc is one of the inputs right? Where is the other one? Do A and B represent the output terminals?

So, if the input is grounded we know that it goes through a certain circuit so we expect its output voltage to be low? Otherwise, it is high?
 
timeforplanb said:
I'm not that familiar with the internal circuitry of TTL gates yet. In the diagram, Vcc is one of the inputs right? Where is the other one? Do A and B represent the output terminals?

So, if the input is grounded we know that it goes through a certain circuit so we expect its output voltage to be low? Otherwise, it is high?

No, the inputs are A and B, but the output transistor gets its base current from Vcc via the base-collector diode of the odd-looking transistor at the left and the series resistor at left. The output is "Q".

Grounding either emitter robs the output transistor of its base current by providing a single diode path to ground for the base current of the output transistor, while the path through the output transistor's base involves two diodes and two diode drops.

So, all the base current goes via the left path.