Skip to content

Latest commit

 

History

History
18 lines (18 loc) · 2.32 KB

vth_component.md

File metadata and controls

18 lines (18 loc) · 2.32 KB

Threshold Voltage and it's components

The threshold voltage is said to be the boundary between the ON and OFF states of a logic transistor. Theoretically, it is the minimum value of gate voltage required to establish the strong inversion condition.

Different Components of  Threshold voltage are:

  • Work-function difference between the gate and the substrate ($\phi_{ms}$).
  • Amount of gate voltage component to be applied to achieve strong inversion condition i.e. $-2 \phi_{f}$
  • The amount of gate voltage component required to nullify or compensate the voltage developed by depletion charges (QB0/Cox, where QB0 is the depletion charge density).
  • Due to oxide impurity and lattice mismatch between two different regions, there is always a significant amount of trapped charge. the gate voltage component required to offset the trapped charge is also another component of threshold voltage (Qox/Cox, where Qox is the amount of trapped charge.).

Adding all these, the final expression of threshold voltage (VTO) is given as:

$V_{T,0}=\phi_{GC}-2\phi_f-\frac{Q_{B0}}{C_{ox}}-\frac{Q_{ox}}{C_{ox}}$

where $Q_{B0}=-\sqrt{2qN_A\epsilon_{si}|-2\phi_f|}$, is the expression for depletion charge. Note that if the source and body terminal of MOSFET is not at the same potential i.e. VSB is nonzero, then the expression for depletion charge will be

$Q_{B}=-\sqrt{2qN_A\epsilon_{si}|-2\phi_f+V_{SB}|}$

Note that, the above expression of the threshold voltage is valid for zero source-body voltage (VSB=0). For non-zero VSB, the expression is modified to

$V_{T}=\phi_{GC}-2\phi_f-\frac{Q_{B}}{C_{ox}}-\frac{Q_{ox}}{C_{ox}}$ and can be expressed in the form

$V_T=V_{T0}+\gamma[\sqrt{|-2\phi_f+V_{SB}}-\sqrt{-2\phi_f}]$

where $\gamma=\sqrt{2qN_A\epsilon_{si}}/C_{ox}$ is called the body factor.

Note that, the expression of the threshold voltage is only valid for long channel MOSFET where gradual channel approximation is valid. In the case of short-channel MOS transistors, due to the enhanced 2-D nature of the electric field, threshold voltage decreases from its long channel value. In general, this effect is called threshold voltage roll-off due to Drain induced barrier lowering (DIBL) phenomenon.