0

from MOS theory we know that, in case of a P substrate, a Gate-Bulk voltage higher than a certain threshold value creates an inversion layer, in this case made of negative charges. This is also described in wikipedia (https://en.m.wikipedia.org/wiki/MOSFET).

But we always consider as threshold voltage that between Gate and Source, and this seems in contrast with the previous description. The answer cannot be (as someone told me) "Source and Bulk terminals are often connected together", there is a deeper analysis.

For instance, let's consider a pass transistor circuit made with a N-channel MOSFET (enter link description here).

The input signal is sent on the drain and the output signal is taken at the Source. Its maximum value is VDD - Vthreshold since from that value, the Vgs voltage would be lower than Vthreshold, as we know from theory. From this analysis we understand that the voltage that switches on a NMOSFET is that between Gate and Source. And here the Source is not connected to Bulk, which is at GND. This does not agree with MOS theory.

So, which is the voltage that switches on a NMOSFET?

Kinka-Byo
  • 3,340
  • 2
  • 19
  • 58
  • https://electronics.stackexchange.com/questions/330970/where-do-mobile-electrons-come-from-to-form-an-inversion-layer-in-an-n-mosfet – TemeV Jul 28 '19 at 09:25
  • @TemeV I apologize if you found my comment rude! It was not meant to be... – sarthak Jul 28 '19 at 11:41

3 Answers3

1

Some FlipFlops use PassGates to switch between Feedback (store a bit) and Update (change the bit).

The PassGates look like this

schematic

simulate this circuit – Schematic created using CircuitLab

Notice the FETs are 4-terminal. As the signal varies, the gate-channel voltage varies, and the channel resistance varies, and the FF setup/hold times will vary.

analogsystemsrf
  • 33,703
  • 2
  • 18
  • 46
1

You should know that the electrons for the inversion layer, formed under the gate, are coming from the source terminal of the MOSFET consequently, it is the \$V_{GS}\$ that turns an n-MOS on. But the potential barrier between the source and the bulk depends on the bulk potential. Thus the threshold voltage itself depends on it (bulk potential), known as body effect.
You can read more about it here:https://en.wikipedia.org/wiki/Threshold_voltage

sarthak
  • 3,646
  • 4
  • 19
  • 31
  • But why in Metal-Oxide-Semiconductor theory is it written that the inversion layer in the substrate is due to Gate-bulk voltage? – Kinka-Byo Jul 28 '19 at 07:41
  • Moreover, why do electrons come from source and not from drain? – Kinka-Byo Jul 28 '19 at 07:42
  • @Kinka-Byo Can you point any source which says inversion layer is formed due to Gate-bulk voltage? – sarthak Jul 28 '19 at 09:00
  • Yes, for instance the wikipedia link I inserted in the question, that is this (https://en.m.wikipedia.org/wiki/MOSFET), in the section "Operation". – Kinka-Byo Jul 28 '19 at 10:12
  • @Kinka-Byo That section is for MOS-Capacitor where there is no source (and drain) so indeed the electrons need to come from bulk. But the operation is different for MOS-FET. – sarthak Jul 28 '19 at 10:57
  • Ah ok, I did not consider this. But why do electrons come from Source and not from Bulk or Drain? – Kinka-Byo Jul 28 '19 at 11:42
  • For that you need to look at the energy band diagrams... In a nutshell, source has more electrons than bulk and so potential barrier for electrons from source is comparatively less....I recommend you read book called MOS Transistor by Tsividis. – sarthak Jul 28 '19 at 11:44
  • Ok, thank you very much – Kinka-Byo Jul 28 '19 at 12:06
0

The input signal is sent on the drain and the output signal is taken at the Source. Its maximum value is VDD - Vthreshold since from that value, the Vgs voltage would be lower than Vthreshold, as we know from theory. From this analysis we understand that the voltage that switches on a NMOSFET is that between Gate and Source. And here the Source is not connected to Bulk, which is at GND. This does not agree with MOS theory. So, which is the voltage that switches on a NMOSFET?

I guess you are forgetting or no one told you, that mosfets are in a state of conduction. There are two types enhancement mode (at 0 conduction) and depletion mode (at 100% conduction). The gate increases current on enhancement mode types (turning on), while the gate decreases current on the depletion (turning off). Gate voltage bias operation depends on the gate channel type and operating mode it is made to operate. For an N-type , enhancement-mode devices have positive thresholds, and depletion-mode devices have negative thresholds; for a P-type , enhancement-mode negative, depletion-mode positive.

The gate state is the gate state and if your example used N channel depletion mode mosfets, the gate would sit there floating just above threshold and allow current to flow till the gate is grounded or a negative dc voltage applied.

David Mikeska
  • 319
  • 1
  • 8
  • I think the OP understands this just fine. They stated that "voltage higher than a certain threshold value creates an inversion layer" which clearly indicates that we are talking about an enhancement MOSFET. On the other hand, what does "the gate state is the gate state" mean? It's not the gate that determines whether a device is enhancement or depletion, it's the doping of the silicon underneath. – Elliot Alderson Mar 28 '21 at 01:02
  • Gate has no bearing on this. As what I think he thinks all of them behave like enhancement mosfets, but to even confuse his question even more, the example didn't state that either. I just think the OP doesn't know that there is "always on" mosfets as well as "always off" types. [Edited by a moderator] – David Mikeska Mar 28 '21 at 01:15