0

Can D and S be swapped? (Assuming the body is not internally connected to S.) The structure of a MOSFET is totally symmetric. Even the LTspice simulation shows that it can be swapped.

Does this behavior also exist in reality?

enter image description here

JRE
  • 67,678
  • 8
  • 104
  • 179
MichaelW
  • 430
  • 2
  • 8
  • 2
    Assuming body is not connected to S - but it is. That's why MOSFETs always conduct in one direction even if you turn them off, and this property is sometimes used in charging circuits. If you want to block the current both ways, you can use double MOSFETs back-to-back (D-S-S-D or S-D-D-S) with gates tied together. – Ilya Mar 02 '22 at 11:47
  • 2
    @Ilya: No. the Body-source connection is a deliberate manufacturing decision, for *discrete* MOSFETs – tobalt Mar 02 '22 at 11:48
  • I didn't argue with that. Except that they ARE manufactured like that. So it IS connected. I think I saw some FETs with body separately maybe on mouser, but I'm not sure. – Ilya Mar 02 '22 at 11:50
  • 2
    @Ilya what I was trying to suggest is, that this connection is not mandatory and in ICs this connection can be easily omitted. – tobalt Mar 02 '22 at 11:54
  • 1
    @Ilya Well, **no**, it is not true that **all** MOSFETs are manufactured with the body connected to the source. It's just not true. – Elliot Alderson Mar 02 '22 at 12:50
  • @ElliotAlderson I think you misread my comment up there. I said so myself as well (unconfidently) – Ilya Mar 02 '22 at 13:50
  • @Ilya No, I read your comment correctly. You said "they ARE manufactured like that" and "it IS connected". I know you backtracked in your next sentence but the first sentence, which is where many inexperienced readers will stop, was not correct. – Elliot Alderson Mar 02 '22 at 14:38

1 Answers1

4

It depends on the type of MOSFET. Simple planar FETs are symmetrical if the gate is placed in the middle of the channel. The same applies to more modern logic MOSFET such as FinFETs and GAA-FETs.

For vertical power MOSFET, like Trench FETs the drain is constructionally different. The drain is separated via a longer "drift" region.

enter image description here

source

The important part in the figure is the difference between the drain (bottom) and source (top) regions. The different doping profiles (P and N region) are not decisive for this distinction.

However, it is easy to see why it is often chosen to connect the source to both the n+ terminals and the P- well. Not doing that would complicate the top layout.

For logic MOSFETs in ICs which don't need large area metal contacts, it is more feasible to establish thin vias to the drain and source region and leave the channel "unconnected". The body is then part of the substrate, which is conventionally tied to the most negative available potential (VSS) for n-MOSFETs.

tobalt
  • 18,646
  • 16
  • 73