Lab 4 - ECE 421L 

Authored by Aran Johnson

Email: john1701@unlv.nevada.edu 

September 27, 2013

  

Lab description:

In this lab experiment we will:

-construct a schematic for an nmos transistor 

-construct a schematic for a pmos transistor 

-simulate these schematics to produce the IV curve for these devices 

-put together the layout of the nmos transistor

-put together the layout of the pmos transistor

Prelab work: 

- work through Tutorial 2 to gain an understanding of how to both construct 

the nmos and pmos schematic and layout the transistors. 

-backup all previous work done

 

 

Lab steps:

First we must select the 3 terminal MOSFET symbols located under the components section of Electric, the pmos and nmos. 

NPMOS_select.JPG

We then connect exports to each node of the NMOS and PMOS transistors.  We will label the Drain with a 

'D' the Gate with a 'G' and the Source with an 'S'. 

NMOS_IV.JPG

PMOS_IV.JPG

In order to simulate these transistors' IV characteristics we must set the models of these MOSFETS to match

there names, to do this we will navigate to Tools->Simulation(Spice)->Set Spice Model and from here name the 

spice models NMOS and PMOS.  This will link the models to the saved models in C5 Models.txt, copy it here for 

use later in the simulations. 

 Set_Spice_Model.JPG

Now, to simulate the IV characeristics of these transistors we will create two more cells dedicated to just

simulating them titled sim_NMOS/PMOS_IV.

Before we actually simulate these circuits we will lay them out in Electric.  We start new layouts under the 

same title as the schematics.  Then navigate to the components menu and choose the nmos and pmos transistors. 

We then connect the drain and source to n-active to metal 1 contacts for the NMOS transistor or p-active to metal 1 

contacts for the PMOS transistor.  Then we need to connect the Gate, we do this by using a poly to metal 1 contact, for 

both transistors.  Finally we will connect ground or vdd depending on the transistor, for the NMOS we will connect a 

p-well to metal 1 contact and set the export to gnd so that the p substrate will act as our ground.  In the PMOS transitor

we will place an n-well to metal 1 contact and set the export to vdd so that our n-well will now stand as our VDD.  We now 

DRC and ERC our layout to check for any errors and fix any sort of errors that occur.  

NMOS_layout.JPG

 PMOS_layout.JPG

We can now move on to check our simulations.  Our simulation schematic may seem a bit awkward so we may change 

to an icon view if we would like, this is done by navigating to View->Make Icon View.  After a bit of tweaking of 

this icon we can make it more manageable to work with.  

NMOS_Icon.JPG

PMOS_Icon.JPG

We are now ready to simulate the schematic to find the IV curve.  It will require writing pspice code that will 

call on the model file that we mentioned earlier. 

 

NMOS_IV.JPG

PMOS_IV.JPG


Simulating these schematics gives us the following IV curves. 

NMOS_IVcurve.JPG

PMOS_IVcurve.JPG


Each one of the curves represents a different value of the Gate Voltage ranging from either 0-5V or -5-0V 

depending on the polarities you choose of course.  It can be seen that as the voltage increases the current will 

increase up until a certain point where it stays roughly constant through the MOSFETS.  

 

.jelib

 

Return