Lab 7 - ECE 420L 

Authored by Kyle Butler, butlerk2@unlv.nevada.edu

4/3/2019


Pre-lab work: 

Lab work:

    In this lab you will characterize the transistors in the CD4007UB and generate SPICE Level=1 models. Assume that the MOSFETs will be used in the design of circuits powered by a single +5 V power supply. In other words, don't characterize the devices at higher than +5 V voltages or lower than ground potential.

Chip Pins Layout:
http://cmosedu.com/jbaker/courses/ee420L/s19/students/butlerk2/Lab%208/pins.JPG



Part 1: NMOS device plots:
1. ID v. VGS (0<VGS<3V) with VDS = 3V

In order to generate this plot the drain (pin 5) will see 3V. Between the 3V and pin5 we placed a 1k resistor to measure the voltage drop and therefor the current through the drain (ID). The source (pin 4) was grounded and the gate (pin 3) sees 0V initially and is incremented in 0.2V steps to 5V
Below the data points and excel graph can be seen:
http://cmosedu.com/jbaker/courses/ee420L/s19/students/butlerk2/Lab%208/nmos_1.JPG
This is the expected shape of the response curve when plotting ID v. VGS. Note the ID is scaled to mA instead of uA.


2. ID v. VDS(0<VDS<5V) with VGS varying from 1 to 5V in 1V steps.

In order to generate this plot the drain (pin 5) will see 0-5V. While the gate (pin 3) will see 1-5V in 1V steps and the source (pin4) is grounded.
Additionally we decided to simply probe the drain to measure ID. This is done by completeing the connection between the sweeping power supply and pin 5, such that the current passes through the Ammeter
Below the data points and excel graph can be seen:
 http://cmosedu.com/jbaker/courses/ee420L/s19/students/butlerk2/Lab%208/nmos2.JPG


3. ID v. VGS(0<VGS<5) with VDS = 5V for VSB varying from 0 to 3V in 1V steps.

In order to generate this plot the drain (pin 5) will see the fixed 5V from the power supply. The body (pin 7) remains grounded while the source is varied from 0-3V in 1V steps. The gate (pin 3) will be varied from 0-3V at Vs=0V, 1-4V at Vs =1V, 2-5V at Vs =2V, and 3-5V at Vs=3V.
Below the data points and excel graph can be seen:
http://cmosedu.com/jbaker/courses/ee420L/s19/students/butlerk2/Lab%208/nmos3.JPG 

Calculations for Nmos Model:
A
ssume l = 5um and w = 500um, lets find parameters: VTO, GAMMA, KP, LAMBDA, and TOX

VTO
By observation of the data measured in part 1 VTO = 1.4V, while data measured in part 2 and VGS is at 3V IDsat can bee seen as approximately  IDsat = 1.57mA

KP
Kpn = ID*2*(L/W)/(VGS-VTO)^2 = 1.57mA*2*0.01/(1.6)^2  then KPn = 12.26uA


Lambda
Lambda = slope/IDsat where slope = (1.6541mA - 1.57mA)/(5-1.5) = 0.02208mA/V. Then Lambda = 0.01406/V

TOX
tox = Eox/C'ox where Eox = Er*Eo = 3.9*8.85*10^(-18)F/um = 3.4515*10^(-17)F/um
                        where C'ox = 15pF/(5*500*10^(-12)) = 0.667fF/um^2 , here we used 15pF for Cox from the datasheet of CD4007UBE.
resulting in tox = 51.74nm

GAMMA
g = sqr(2*q*Es*NA)/sqr(C'ox) = sqr(0.000496768) then gamma = 0.0222V

VTO1.4V
KP12.26uA
LAMBDA0.0141V
TOX51.74nm
GAMMA0.02V
ID1.57mA

Created Model:
http://cmosedu.com/jbaker/courses/ee420L/s19/students/butlerk2/Lab%208/nmos_model.JPG

NMOS device simulations:
1. ID v. VGS (0<VGS<3V) with VDS = 3V
http://cmosedu.com/jbaker/courses/ee420L/s19/students/butlerk2/Lab%208/nmos1_sim.JPGhttp://cmosedu.com/jbaker/courses/ee420L/s19/students/butlerk2/Lab%208/nmos1_result.JPG
When comepared to experimental results the plots are similar. Both sims and experimental share the same VTO, however the sims reach 1.57mA at 3V while the experimental reach 1.62mA at 3V. Also I should have gone in 0.5 increments of voltage in the experimental testing to ensure a smoother curve for comparison.

2. ID v. VDS(0<VDS<5V) with VGS varying from 1 to 5V in 1V steps.
http://cmosedu.com/jbaker/courses/ee420L/s19/students/butlerk2/Lab%208/nmos2_sim.JPGhttp://cmosedu.com/jbaker/courses/ee420L/s19/students/butlerk2/Lab%208/nmos2_result.JPG
GREEN: VGS = 1V    BLUE: VGS =2V    RED: VGS =3V    TEAL: VGS = 4V    PURPLE: VGS = 5V
The experimental results at VGS =3V and simulations both begin to saturate at approx 1.6mA, verifying the correct simulation model operation. However the are some errors with higher VDS. Notice the simulations reach 8mA while the experimental results only ream 6mA at VGS =5V


3. ID v. VGS(0<VGS<5) with VDS = 5V for VSB varying from 0 to 3V in 1V steps
http://cmosedu.com/jbaker/courses/ee420L/s19/students/butlerk2/Lab%208/nmos3_sim.JPGhttp://cmosedu.com/jbaker/courses/ee420L/s19/students/butlerk2/Lab%208/nmos3_result.JPG
GREEN: VSB = 0V    BLUE: VSB = 1V    RED: VSB = 2V    TEAL: VSB = 3V
The simulations wave form matches the experimental forms, however it seems as if the simulations reachs higher ID more quickly. For example at VSB = 0V ID=2mA when VGS = 3V in simulations, while experimentally ID=0.83mA when VGS = 3V. 

 



Part 2: PMOS device plots:
1. ID v. VSG (0<VSG<3V) with VSD = 3V

For this circuit operations, the source (pin2) will see 3V and the drain (pin1) will be grounded. Additionally the gate (pin3) will see the variation from 0-3V.

http://cmosedu.com/jbaker/courses/ee420L/s19/students/butlerk2/Lab%208/pmos1.JPG
Note the current is scaled to mA.



2. ID v. VSD(0<VSD<5V) with VSG varying from 1 to 5V in 1V steps
http://cmosedu.com/jbaker/courses/ee420L/s19/students/butlerk2/Lab%208/pmos2.JPG
The first plot is essentially a flat line, but because the scale of the yaxis is so small it seems like a large jump.



Calculations for Pmos Model:
Assume l = 5um and w = 500um, lets find parameters: VTO, GAMMA, KP, LAMBDA, and TOX


VTO
By observation of the data measured in part 1 VTO = -1.6V, while data measured in part 2 and VSG is at 3V IDsat can bee seen as approximately  IDsat = 0.87mA

KP
Kpn = ID*2*(L/W)/(VGS-VTO)^2 = 0.87mA*2*0.01/(1.6)^2  then KPn = 6.8uA


Lambda
Lambda = slope/IDsat where slope = (1.05mA - 0.87mA)/(5-2) = 0.06mA/V. Then Lambda = 0.069/V

TOX
tox = Eox/C'ox where Eox = Er*Eo = 3.9*8.85*10^(-18)F/um = 3.4515*10^(-17)F/um
                        where C'ox = 15pF/(5*500*10^(-12)) = 0.667fF/um^2 , here we used 15pF for Cox from the datasheet of CD4007UBE.
resulting in tox = 51.74nm

GAMMA
g = sqr(2*q*Es*NA)/sqr(C'ox) = sqr(0.000496768) then gamma = 0.0222V

VTO-1.6V
KP6.8uA
LAMBDA0.069/V
TOX51.74nm
GAMMA0.22V
ID0.87mA

http://cmosedu.com/jbaker/courses/ee420L/s19/students/butlerk2/Lab%208/pmos_model.JPG


PMOS device simulations:
1. ID v. VSG(0<VSG<3V) with VSD = 3V
http://cmosedu.com/jbaker/courses/ee420L/s19/students/butlerk2/Lab%208/pmos1_sim.JPGhttp://cmosedu.com/jbaker/courses/ee420L/s19/students/butlerk2/Lab%208/pmos1_result.JPG



2. ID v. VSD(0<VSD<5V) with VSG varying from 1 to 5V in 1V steps
http://cmosedu.com/jbaker/courses/ee420L/s19/students/butlerk2/Lab%208/pmos2_sim.JPGhttp://cmosedu.com/jbaker/courses/ee420L/s19/students/butlerk2/Lab%208/pmos2_result.JPG
PURPLE = 1VSG    TEAL = 2VSG    RED = 3VSG    BLUE = 4VSG    GREEN = 5VSG
We can see that the threshold voltage may be too high, we know from experimental results because VSG = 2 should have at least some current.


Inverter Using CD4007UBE

Experimentaly:

http://cmosedu.com/jbaker/courses/ee420L/s19/students/butlerk2/Lab%208/inverter.JPG
The delay through this inverter is approximatley 22nS.

Simulations:
http://cmosedu.com/jbaker/courses/ee420L/s19/students/butlerk2/Lab%208/invert_sim.JPGhttp://cmosedu.com/jbaker/courses/ee420L/s19/students/butlerk2/Lab%208/invert_result.JPG
To measure the delay we move the cursors to 2.5V and look at the time
Vout = 4.00165ms        Vin = 4.00149
Delay = 16nS

Experiment DelaySimulations Delay
22nS16nS


Return to butlerk2 EE 420L Reports

Return to EE 420L Labs