Lab 4 - ECE 421L 

Authored by Desi Battle,

battled@unlv.nevada.edu

09/27/2017

   

Lab Description: For this lab we will be creating schematics and layouts to study the I-V characteristics for NMOS and PMOS devices.

ALL NMOS devices have their body terminal tied to ground and ALL PMOS devices have their body tied to VDD = 5V.  To simplify drawing the schematics

I made symbols for NMOS and PMOS devices where their bodies are already connected to ground and VDD respectively that will be handy for the vast

majority of layouts created in this course.

 

 

NMOS_ID_VDS_schem.JPG

Schematic for testing NMOS drain current ID vs VDS for different VGS

 

 

 

NMOS_ID_VDS_sim.JPG

Here we see the results of our simulation.  VDS is swept from 0 to 5 in 1mV steps and the resulting current is plotted for VGS = 1, 2, 3, 4, 5

Notice how when VGS is less than the threshold voltage the changing VDS has no effect.

It is also worth noting that we see a steep increase in ID as VDS increases until VDS = VGS+Vthn; when the device becomes saturated

  

 

NMOS_ID_VGS_schem.JPG

Next we made a schematic for testing ID as VGS is swept and VDS is held constant

 

NMOS_ID_VGS_sim.JPG

The simulation results of keeping VDS at a constant 100mV while VGS is swept from 0 to 2 V in 1mv steps are shown above.

Around VGS = 800mV we can see the device start to draw rapidly increasing current until the device beings to enter the 

triode region as VDS becomes less than VGS - Vthn; hindering the devices ability to draw more current.

  

 

PMOS_ID_VSD_schem.JPG

Schematic for testing PMOS drain current ID vs VSD for different VSG

 

  

 

PMOS_ID_VSD_sim.JPG

Here we see the results of our simulation.  VSD is swept from 0 to 5 in 1mV steps and the resulting current is plotted for VSG = 1, 2, 3, 4, 5

Notice how when VSG is less than the threshold voltage the changing VSD has no effect.

It is also worth noting that we see a steep increase in ID as VSD increases until VSD = VSG+Vthp; when the device becomes saturated

 

 

 PMOS_ID_VSG_sim.JPG

The simulation results of keeping VSD at a constant 100mV while VSG is swept from 0 to 2 V in 1mv steps are shown above.

Unlike the nmos, which turned on at about 800mV we do not see any increase in ID until about VSG = 1.5 V.  
While normally the Vthp is around 1V, by tying the bulk to VDD = 5V and keeping the Source at 100mV we have a VBS = 4.9 volts.
This causes the threshold voltage of the device to increase and is referred to as the "Body Effect"
  

 
NMOS_layout_full.PNG
Layout of 6u/600n nmos device with pins connected to probe pads
 
NMOS_layout_zoom.PNG
Zoomed in view of nmos layout showing pins and metal/via overlaps, DRC of the layout shows 0 errors.
 
NMOS_LVS_extracted.JPG
Extracted view of nmos pictured above and LVS results to show layout matches schematic.
 
PMOS_layout_full.png
Layout of 12u/600n pmos device with pins connected to probe pads
 
PMOS_layout_zoom.png
Zoomed in view of pmos layout showing pins and metal/via overlaps, DRC of the layout shows 0 errors.
 
 
PMOS_LVS_extracted.jpg
Extracted view of pmos pictured above and LVS results to show layout matches schematic.
 
Authors notes:
When creating layouts, a DRC every couple of steps never hurt anyone and can save time in the long run.
Always remember -  "DRC is free!"

 

Return to my labs