Lab 5 - EE 421L
Pre-Lab
In this laboratory, the pre-lab consisted of backing up all our work from the lab and the course and going through Tutorial 3, whichconsisted of design, layout, and simulate a CMOS inverter. I started by copying the Tutorial_2 library to a library named Tutorial_3, then created a new cell view of a schematic called "inverter". Tutorial_3 covered making the schematic, symbol, and layout for the inverter and simulating it.
Inverter Schematic
Inverter Symbol
Inverter Layout
After making the layout, I had to DRC and LVS to make sure that there are no errors and to make sure that the schematic matches the layout.
DRC
LVS
The next step was to simulate the inverter as seen in Tutorial_3. After that simualtion, I added a VDD on the schematic and simulated again.
Schematic
Simulation Result
Schematic with VDD
Simuation Result (with VDD)
Extracted View
Part 2: Creating the Schematic, Symbol, and Layout for 12u/0.6u PMOS and 6u/0.6u NMOS with a multiplier of 4 (m=4)
The first step that I did is to copy my schematic of the inverter to a new cell called "inverter_m4" and changed the multiplier for both the PMOS and the NMOS to m=4. I then created a symbol and layout for this schematic of my inverter.
Copying inverter to inverter_m4
-To do this, right click on the schematic view from the inverter cell-->copy
- To change the multiplier from m = 1 to m = 4, click on the PMOS or NMOS and press Q then change the multiplier to m = 4 (shown in the images below)
For PMOS (m = 4)
For NMOS (m = 4)
Inverter Schematic with m = 4
Inverter Symbol m = 4
-create->cell view -> from cell view then press okay twice
Inverter Layout m = 4 and DRC
Inverter Extracted View and LVS
Part 3: Simulations using Parametric Analysis with the cap variable
- The first thing I did is to create a new schematic for simulation purposes. I created a file called sim_inverter for my 12u/6u inverter. Then I created the schematic using my 12u/6u symbol, the following schematic is shown below. I used a voltage pulse of 0V to 5V with a rise time of 1ns, pulse width of 10ns, and a period of 20ns. The following schematic will be simulated with varying capacitive load (100fF, 1pF, 10pF, and 100pF) using parametric analysis.
Schematic (12u/6u inverter)
Object Properties for voltage pulse
Simulation Result
- Transient of 0 to 25ns, Plotting A (input) and Ai (output), Using Parametric analysis from 100fF to 100pF
- As we can see in the graph below, the higher the capacitance is, longer the rise and fall time is going to be.
Files that are used in this lab can be downloaded here: Lab_5 files