1 of 20

MOSFET Transistor

2 of 20

Doping Silicon

  • doping silicon with phosphorus gas creates n-type silicon which has extra free valence electrons (shown in black).

  • doping silicon with boron gas creates p-type silicon which has a deficiency in valence electrons (shown in white) - i.e. a "hole" in the silicon matrix that readily accepts electrons.

3 of 20

4 of 20

Transistor ON and OFF

OFF

ON

depletion region

electric

field

5 of 20

NMOS N-channel MOSFET

6 of 20

NMOS

source (and body) are connected to ground

7 of 20

NMOS

8 of 20

NMOS Threshold Voltage (Vth)

The value of VG (aka VGS) at which there are sufficient electrons in the inversion layer to make a low resistance conductive path (i.e. a channel) between the source and drain.

if VGS > Vth

9 of 20

NMOS Threshold Voltage (Vth)

The threshold voltage (Vth) for an NMOS transistor is typically 0.7V - 1.0V and is the determined by the physical properties of the transistor

  • choice of oxide material
  • thickness of oxide
  • variation in implanted impurity concentrations (i.e. doping)

as well as temperature.

10 of 20

NMOS Summary

  • To create a conductive channel in the p-type silicon between the source and the drain, we must attract electrons to the region beneath the gate.

  • To attract enough electrons to the region beneath the gate, the voltage VGS must be sufficiently positive (i.e. VGS > Vth)

  • To then get current to flow through this conductive channel from the source to the drain, VDS (the voltage between the source and the drain) must be positive.

11 of 20

NMOS

Gate vs Threshold Voltage

  • VGS< Vth If the gate voltage (VGS) is below the threshold voltage (Vth), the transistor is OFF since there is no channel and hence no current can flow from the drain to the source.
  • VGS> Vth If the gate voltage (VGS) is above the threshold voltage (Vth), the transistor is ON since now there is a channel and hence current can flow from the drain to the source.
    • VGS>> Vth The larger VGS, the larger the channel & the larger the amount of current that can flow.

12 of 20

NMOS ON Two Modes

When the transistor is on (i.e. VGS > Vth) it operates in two modes depending on VDS

  1. VDS < VGS - Vth Linear mode

VGS - VDS > Vth or

VGD < Vth

VGD > Vth

  • VDS > VGS - Vth Saturation mode

VGS - VDS < Vth or

13 of 20

NMOS ON Linear Mode VGS > Vth & VGD> Vth

Channel exists all the way between source and drain. A strong inversion region is present even near drain.

VDS < VGS - Vth Linear mode

VGS - VDS > Vth or

VGD > Vth

14 of 20

NMOS ON Saturation Mode VGS > Vth & VGD < Vth

The conductive channel is pinched off near drain.

Although the channel does not extend the full length of the device, the electric field between the drain and the channel is still high enough for current conduction to continue.

VGD < Vth

VDS > VGS - Vth Saturation mode

VGS - VDS < Vth or

15 of 20

16 of 20

NMOS Off (cutoff) & ON

17 of 20

IDrainvs VDrainSource various VGateSource values

linear mode�VGS - VDS > Vth

saturation mode�VGS - VDS < Vth

18 of 20

NMOS in 3 Dimensions

What can be changed to change the current

A NMOS transistor on a chip is not a perfect switch - it is so small it can only conduct a limited amount of current between the source and the drain.

Why would we want more current

Why not

19 of 20

Spice - MOSFET Transistor

  • Mname MOS transistor must start with a M, name must be unique for each transistor
  • ND, NG, NS, and NB are the node names1 of the Drain, Gate, Source and Bulk terminals. In a CMOS circuit always connect PMOS Bulk to VDD & NMOS Bulk to 0 (aka GND).
  • ModName is the name of the PMOS or NMOS transistor simulation model
  • # is the length and width of the gate (in m).

Example NMOS and PMOS transistor netlist

Mname ND NG NS NB ModName W=# L=#

Mn0 out inA net0 0 ibm0p13nmos W=2.0u L=0.12u

Mn1 net0 inB 0 0 ibm0p13pmos W=2.0u L=0.12u

1 the number 0 as a node name represents GROUND

20 of 20

NMOS Simulation

Objective

  • Simulate the IDRAIN vs VDS of a NMOS transistor @ various VGateSource values