this post was submitted on 25 Mar 2025
36 points (95.0% liked)
Electronics
2372 readers
7 users here now
Projects, pictures, industry discussions and news about electronic engineering & component-level electronic circuits.
Rules
1: Be nice.
2: Be on-topic (eg: Electronic, not electrical).
3: No commercial stuff, buying, selling or valuations.
4: No circuit design or repair, tools or component questions.
5: No excessively promoting your own sites, social media, videos etc.
Ask questions in https://discuss.tchncs.de/c/askelectronics
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
What is it supposed to do?
I only know what wikipedia tells me about these things, I've never played with one. I also have no clue yet what it does in this circuit.
3 emitters and 2 collectors.
That Wiki page is woefully incomplete, only covering the digital applications (and these days digital stuff is all done with FETs, not BJTs). Camenzind's Designing Analog Chips has quite a bit more info.
It's hard to control the exact area of the emitter diffusion in a BJT. Think of how an NPN transistor is made on an IC: there's some substrate that the collector gets connected to, then an area is masked off & the unmasked area is doped enough to make it a P-type silicon region. That doping process will have some variation in depth & the masking is never perfect, some will diffuse a bit past the edges of the mask, or not enough will diffuse in. Then another mask layer is applied, and N-dopant is added in the open space to form the emitter. That's also imperfect, on top of an already imperfect base. So the exact gain of transistors isn't well-controlled, even for a very well-controlled collector voltage.
Instead, IC makers can dope multiple smaller emitters in a bigger base region. Smaller doped regions are easier to control (less time for over-diffusion of the dopant) and having a bunch of them has an extra advantage: you can match the ratio of collectors to emitters from one transistor to the ratio of collectors to emitters of another, and variations in the area of any individual emitter will be a much smaller percentage of the total error since the errors of the different emitters will tend to cancel out.
Also, the high-current capability of a BJT is controlled by the emitter length, not the emitter area. Splitting an emitter into long strips can increase how much current a transistor can handle.
Similar things apply to the collector.
For SPICE modeling or building discrete versions of ICs, use multiple transistors in parallel.
Fascinating, a single transistor that allows multiple logic functions. I can see where that'd be extremely useful in an IC.
I never got to do IC development so it's cool to me :P
There's just one collector though?
~~Nope, bottom right and top middle >:D~~
Oh my god I've forgotten what a base is. This transistor is doing my head in.
This whole circuit is cursed.. it looks like for Q19 to be on, the base/collector junction of Q18 must be forward biased - is that even allowed? Does that make the collector a fourth emitter? Or is the whole circuit just made to convey to the reader of the datasheet that they could never ever build this themselves?
I suspect that you need to think of the 3 B->E voltages as inputs (OR'd with each other) and the C->lowestvoltageE path as the output. All of them are operating in linear mode too, I think one of them is a low-gain follower whilst others have a lot more gain. Maybe.