1

enter image description here

In the circuit above, I don't understand how to close and open the BJT that I circled.

To be specific, I think that when I give input 1 the circled BJT should be opened, but how? What is the voltage on the base of the circled BJT?

ocrdu
  • 8,705
  • 21
  • 30
  • 42

2 Answers2

3

When the emitter-base junction of the input transistor is reverse biased, then the base-collector diode conducts from base to collector, thus applying current to the base of the circled transistor, turning it on.

When the input is high the input transistor is no longer operating as a transistor. When the input is low the input transistor operates as a common base transistor, pulling the base of the circled transistor low thus turning it off.

RussellH
  • 12,496
  • 2
  • 9
  • 34
  • When the input is high, the input transistor is still a transistor but it operates in the so-called "reverse active mode" with a very small *beta*. – Circuit fantasist Sep 18 '22 at 20:40
  • 1
    Yes that is right. – RussellH Sep 18 '22 at 21:19
  • I will just add that this is an undesirable phenomenon in TTL because it causes a small input current to flow. For comparison, there is no such problem in DTL, because there is a backward-biased PN junction at the input. This is not explained in textbooks and students are left with the impression that this is something good and desirable. – Circuit fantasist Sep 19 '22 at 07:14
1

The input part of the TTL logic gate above can be easily explained at low input voltage (logic 0) by the phenomenon of current steering, the essence of which is: If we connect two diodes with different forward voltages in parallel, the current will flow through the diode with lower forward voltage.

The input transistor can be presented as two "diodes" (base-emitter and base-collector junctions) with common anodes (the base). The base-emitter junctions of the circled transistor and the output transistor Q2 can be also considered as "diodes".

Thus, at low input voltage (logical 0), there are two "diodes" in parallel. The left diode is the base-emitter junction of the input transistor. The right diode is the string of three "diodes" in series: the base-collector junction of the input transistor, the base-emitter junction of the circled transistor and the base-emitter junction of Q2. As a result, the base current of the input transistor is diverted ("steered") through the lower output part of the previous stage to ground and the circled transistor is off.

The high input case (logic 1) is trivial - the left "diode" is off and the current is diverted (steered) entirely through the right "diode" string. The circled transistor is on.

Circuit fantasist
  • 13,593
  • 1
  • 17
  • 48