Skip to content

Instantly share code, notes, and snippets.

@datduyng
Created February 25, 2019 16:30
Show Gist options
  • Save datduyng/c5768419f08704bd28b03a8281beb488 to your computer and use it in GitHub Desktop.
Save datduyng/c5768419f08704bd28b03a8281beb488 to your computer and use it in GitHub Desktop.
chapter05-MOSFET


Chapter 05: MOSFET

5.1 Device Struture and physical operation

5.1.1 Device Struture

5.1.2 Operation with zero voltage

  • with 0 voltage two back to back diode exist in series between drain and source. This prevent current to flow.

5.1.3 Creating a channle for current flow

  • When just apply voltage at the gate, this effect will push all the hole charge on the surface down to the bottom and allow all negative charge to bubble up to the surface.
  • .When a sufficient number of electrons accumulate near the surface of the substrate under the gate, an n region is in effect created, connecting the source and drain regions, as indicated in Fig.5.2
  • Note that n-channel MOSFET is form in a p-type subtrate. The channel is created by inverting the subtrate from p type to n-type. The induced channel is called an inversion layer

  • When Vds=0V_{ds} = 0Vds=0, the voltage at every point along the channel is zero, and the voltage across the oside is uniform and equal to VGSV_{GS}VGS

  • The excess of VGSV_{GS}VGS over VtV_tVt is termed override voltage
    VGS−Vt=VOV V_{GS} - V_t = V_{OV} VGSVt=VOV

  • Magnitude of electron charge in the channel

∣Q∣=Cox(WL)vOV |Q| = C_{ox} (WL) v_{OV} Q=Cox(WL)vOV

where CoxC_{ox}Cox, called the oxide capacitance is the capacitance of the parallel-plate cappacitor(unit $\frac{F}{m^2})

Cox=ϵoxtox C_{ox} = \frac{\epsilon_{ox}}{t_{ox}} Cox=toxϵox

where ϵox\epsilon_{ox}ϵox is the permitivity of the silicon dioxide.

ϵox=3.9ϵo=3.45e−11Fm \epsilon_{ox} = 3.9\epsilon_{o} = 3.45e-11 \frac{F}{m} ϵox=3.9ϵo=3.45e11mF

5.1.4 Applying a small vDSv_{DS}vDS

  • Now we will apply small positive voltage between drain and source

current idi_did can be found from the formula

id=[(μnCox)WLvOV]vDS i_d = [(\mu_nC_{ox}) \frac{W}{L}v_{OV}]v_{DS} id=[(μnCox)LWvOV]vDS

Process transconducance, kn′k_n'kn parameter determined by the process technology used to fabricate denoted as
kn′=μnCox k_n' = \mu_nC_{ox} kn=μnCox

MOSFET transconductance parameter, k_n is the product of process transconductance, kn′k_n'kn and the transitor ratio, WL\frac{W}{L}LW follow by and have unit as A/V^2

kn=(μnCox)WL k_n = (\mu_nC_{ox})\frac{W}{L} kn=(μnCox)LW

The conductance gDSg_{DS}gDS of the channel is

gDS=kn′WLvOV g_{DS} = k_n'\frac{W}{L}v_{OV} gDS=knLWvOV

Linear resistance, rDSr_{DS}rDS is defined as

rDS=1gDSrDS=1kn′WLvOV r_{DS} = \frac{1}{g_{DS}}\\ r_{DS} = \frac{1}{k_n'\frac{W}{L}v_{OV}} rDS=gDS1rDS=knLWvOV1

Note: vOV=vDS−Vtv_{OV} = v_{DS} - V_tvOV=vDSVt

5.1.5 vDSv_{DS}vDS is increased (blue part in figure 5.7)

As vDSv_{DS}vDS increase, the channel becoms more tapered and its resistance increases. Thus, the iDi_DiD and vDSv_{DS}vDS curve does not continue as a straight line. New formula is

id=kn′WL(vOV−12vDS)vDS i_d = k_n' \frac{W}{L}(v_{OV}-\frac{1}{2}v_{DS})v_{DS} id=knLW(vOV21vDS)vDS

Figure below explain idi_did vs vDSv_{DS}vDS curve of difference region. red indicate region with small vDSv_{DS}vDS.

5.1.6 operation for vDS≥VOVv_{DS} \geq V_{OV}vDSVOV: Channel Pinch-off and saturation

At vDS≥VOVv_{DS} \geq V_{OV}vDSVOV, this result in no effect on the channel shape and charge. The drain current thus saturate at the value found by setting vDS=VOVv_{DS} = V_{OV}vDS=VOV:

id=12kn′WLvOV2 i_d = \frac{1}{2}k_n' \frac{W}{L}v_{OV}^2 id=21knLWvOV2

5.1.7 P-MOS

  • Everything is the same. Voltage sign will be flipped.

5.2 Current-Voltage Characteristic

5.2.1 Circuit symbol

For NMOS

5.2.2 The iDi_DiD vs vDSv_{DS}vDS characteristic

Table 5.1 provide compilation of condition and formula for operaition of NMOS transistor in each 3 possible region:

  • cutoff
  • triode
  • Saturation

cutoff and triode region are useful and utilized as a switch. On the other hand, if MOSDET is tobe used to design amplifier, it must be operated in the saturated region.

As VOVV_{OV}VOV increase we have difference level of iDi_DiD vs vDSv_{DS}vDS curve as in figure 5.13 indicate.

5.2.3 The iDi_DiD vs vGSv_{GS}vGS characteristic

  • When MOSFET is used to design amplifier, it is operated in saturation.
  • the MOSFET operates as a constant-current source where the value of the current is determined by vGSv_{GS}vGS
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment