Lab 1 - EE 421L 

Authored by Josh Jensen

jensej3@unlv.nevada.edu

8/30/23

  

Lab 1: Introduction to Cadence Virtuoso

First, I replaced the divaDRC.rul, divaEXT.rul, and divaLVS.rul files.

lab1_step1_diva.JPG

Then I started Cadence and added a new library for this tutorial.

I made sure to select the AMI 0.60u tech library, which will be important later for layouts.

lab1_step2_newlib.JPG

I confirmed in the cds.lib file that creating the library also created a reference to its location.

If this wasn't the case, I would have needed to add that myself so I could see Tutorial 1 in the library manager.

lab1_step3_libdef.JPG

Now it was time to create a schematic. I made a voltage divider out of res, vdc, and gnd components.

The resistors are 10k ohms each, the voltage source is 1V DC, and the nodes are labelled appropriately.

lab1_step4_schematic.JPG

It was then time to start simulating this circuit. 
After starting the ADE, I confirmed that our SPICE simulation tool was spectre.

lab1_step5_spectre.JPG

After that, I set up the ADE as shown, to perform a 1 second transient simulation of the circuit.

The signals to be plotted were our in and out node voltages.

Since this is a voltage divider with equal resistances, I expected that the 1V input would be halved.

lab1_step6_adesetup.JPG

Finally, here is the simulation plot which confirms my expectation.

lab1_step7_results.JPG

I also saved the simulation state in the cellview, so that I can easily load it again and tweak the parameters if desired.

lab1_step8_librarycellview.JPG

An important part of this lab was also a discussion on how we are going to back up our files regularly.

I will zip my lab directory as such and then email it to myself.

lab1_step9_backup.jpg

lab1_step10_email.jpg

Instruction for Lab 1 

Return to list of my EE421L labs