Cadence Tut 1, Cadence Tutorial
Cadence Tut 1, Cadence Tutorial
com
1 of 91
http://cmosedu.com/videos/cadence/tutorial1/cadence_tu...
To begin, download
the
N
http://w
to your desktop and extract
the downloads contents by right+clicking on the icon as seen below.
Next move the extracted folder (not the downloaded tar.gz archive), ncsu-cdk-1.6.0.beta, to your home folder (directory), $HOME (my home directory
is /home/faculty/jbaker, this path and $HOME are equivalent), see below.
2 of 91
http://cmosedu.com/videos/cadence/tutorial1/cadence_tu...
In your home directory open the .bashrc file (ensure that you can view hidden files and assuming that you are using the bash shell) and add the following lines
export SPECTRE_DEFAULTS=-E
export CDS_Netlisting_Mode=Analog
export CDS_LOAD_ENV=CWDElseHome
export
CDK_
When finished,
Note that if Cadence IC5.141 isnt installed on your system then you likely wont need to add the last line seen above to your .bashrc.
Now, make a working directory in your home account called CMOSedu
Copy
In
the
everythin
working
In CMOSedu open the file cds.lib and add the following lines to point to the built-in Cadence libraries. Note that the path seen below may be different for
your installation of Cadence so verify its correct before adding the lines.
DEFINE
DEFINE
DEFINE
ana
func
sbaL
We will use spectre (Cadences spice) for the simulations in these tutorials so add
envSetVal("asimenv.startup" "simulator" 'string "spectre") to the bottom of your .cdsinit file in the CMOSedu directory.
This makes spectre the default simulator.
Finally, in the directory $HOME/ncsu-cdk-1.6.0.beta/lib/NCSU_TechLib_ami06 delete the files divaDRC.rul, divaEXT.rul, and divaLVS.rul.
Save diva_rul_files.zip to your desktop.
Extract the files in this zip to your desktop.
Move the extracted files (divaDRC.rul, divaEXT.rul, and divaLVS.rul) into $HOME/ncsu-cdk-1.6.0.beta/lib/NCSU_TechLib_ami06 in the deleted files
places.
The deleted files are locked and point to the wrong place (a bug in the beta version that will be fixed in the final release).
3 of 91
http://cmosedu.com/videos/cadence/tutorial1/cadence_tu...
Note that these steps are important if you want to DRC, Extract, and LVS your layouts!
We are now ready to start Cadence and design a chip using ONs C5 process and the MOSIS scalable CMOS design rules (lambda of 300 nm and a technology
code of SCMOS_SUBM, see here for help on submitting a chip to MOSIS).
Open a terminal window and change directories to CMOSedu (the Unix command is cd CMOSedu). To start Cadences Virtuoso editing tool type, in the
same terminal window, virtuoso & (adding & runs the process in the background allowing you to continue using the open terminal window) as seen below.
After starting Virtuoso, and re-sizing windows, the following should appear
4 of 91
http://cmosedu.com/videos/cadence/tutorial1/cadence_tu...
The bottom window is called the Command Interpreter Window or CIW. We need to keep the CIW visible since it tells us what the tools are doing. The
other window is the Library Manager. If this window isnt open, or you close it, it can be opened in the CIW using Tools -> Library Manager.
Next lets create a new library by going to, in the Library Manager, File -> New -> Library. The window to create this library, after pressing OK, may be
behind other windows so bring it to the front. Call the tutorial Tutorial_1 and attach the AMI 0.60u C5N process (remember AMI semiconductor is now
On semiconductor) as seen below.
5 of 91
http://cmosedu.com/videos/cadence/tutorial1/cadence_tu...
Lets pause for a moment and look at the cds.lib file in the CMOSedu directory. As seen below when a library is created a definition line is added to the
cds.lib file. If we wanted to simulate the IC61 book examples found at CMOSedu.com we simply unzip, for example, Ch1_IC61.zip into the CMOSedu
directory and add DEFINE Ch1_IC61 $HOME/CMOSedu/Ch1_IC61 to the cds.lib (remembering $HOME = /home/faculty/jbaker or my home directory).
6 of 91
http://cmosedu.com/videos/cadence/tutorial1/cadence_tu...
Next select the Tutorial_1 library in the Library Manager and then the menu items File -> New -> Cell View and enter the information seen below. Again
note that the window may be behind some other window.
7 of 91
http://cmosedu.com/videos/cadence/tutorial1/cadence_tu...
After selecting OK and resizing the window we can add a component (an instance) by going to Create -> Instance (or just pressing the Bindkey i or use the
menu item above the drawing display) as seen below.
8 of 91
http://cmosedu.com/videos/cadence/tutorial1/cadence_tu...
After re-sizing the window, selecting NCSU_Analog_Parts (in the Component Browser window), R_L_C, and res the following appears. Set the resistance
value to 10k as seen below.
9 of 91
http://cmosedu.com/videos/cadence/tutorial1/cadence_tu...
Hide the Add Instance window and minimize the Component Browser to the task bar. Add the two resistors as seen below. Right clicking the mouse button
rotates the symbol. Pressing Esc leaves the Add Instance mode.
Note that the Bindkey f fits the display. A listing of the Bindkeys is found here.
http://cmosedu.com/videos/cadence/tutorial1/cadence_tu...
To change the resistors value select the resistor and use Edit -> Properties -> Objects (or just use the Bindkey q) as seen below. Well use this command often.
Click your mouse in the drawing area and press Esc a few times so that no commands are active.
10 of 91
http://cmosedu.com/videos/cadence/tutorial1/cadence_tu...
Next add ground to the schematic by pressing i (add instance) and maximizing the Component Browser, selecting Supply_Nets and gnd as seen below.
If you know the name and Library of the instance you want to add you can type them into the fields directly in the Add Instance window.
11 of 91
http://cmosedu.com/videos/cadence/tutorial1/cadence_tu...
Add the ground symbol and then add a 1-V DC source, symbol name of vdc under Voltage_Sources as seen below.
12 of 91
http://cmosedu.com/videos/cadence/tutorial1/cadence_tu...
After placing the symbol we need to wire the circuit together. This can be done by using the Bindkey w (for wire) or the menu item as seen below.
13 of 91
http://cmosedu.com/videos/cadence/tutorial1/cadence_tu...
Its often useful to label wires with signal names. Using the Bindkey l (lowercase L) or the menu item enables naming wires. Lets do this as seen below.
14 of 91
http://cmosedu.com/videos/cadence/tutorial1/cadence_tu...
We are about ready to simulate the operation of this circuit. Lets do a Check and Save first. If we have edited the schematic and try to simulate
without checking and saving first the simulation will fail.
15 of 91
http://cmosedu.com/videos/cadence/tutorial1/cadence_tu...
To simulate with Spectre (Cadences SPICE simulator) go to the menu Launch -> ADE L as seen below.
16 of 91
http://cmosedu.com/videos/cadence/tutorial1/cadence_tu...
The Virtuoso Analog Design Environment (ADE) window should appear as seen below.
17 of 91
http://cmosedu.com/videos/cadence/tutorial1/cadence_tu...
Use the menu in the ADE and go to Setup -> Simulator/Directory/Host to verify the simulator is set to spectre.
Well assume throughout these tutorials that spectre is used. If its not the default then please re-visit above instructions.
Next go to Analyses -> Choose and select a transient analysis (tran), a stop time of 1 second, and Enabled as seen below.
18 of 91
http://cmosedu.com/videos/cadence/tutorial1/cadence_tu...
Next we need to select the signals we want to plot. Follow the menu items seen below selecting Select On Schematic.
19 of 91
http://cmosedu.com/videos/cadence/tutorial1/cadence_tu...
20 of 91
http://cmosedu.com/videos/cadence/tutorial1/cadence_tu...
The ADE should now look like the following (bring the window to the front via the task bar).
21 of 91
http://cmosedu.com/videos/cadence/tutorial1/cadence_tu...
We can now simulate the schematic by pressing the green Netlist and Run button. However, before we do this lets save this information so that next time
we want to simulate this circuit we dont have to go through these steps again.
In the ADE window use the menu items Session -> Save State and select Cellview then OK as seen below.
22 of 91
http://cmosedu.com/videos/cadence/tutorial1/cadence_tu...
To load this state we select, in the ADE window, Session -> Load State and Cellview then OK. This is important to save time and used throughout the examples
from CMOSedu.com.
Now pressing the green button and running the simulation results in the following.
23 of 91
http://cmosedu.com/videos/cadence/tutorial1/cadence_tu...
24 of 91
http://cmosedu.com/videos/cadence/tutorial1/cadence_tu...
While this is a general purpose schematic lets make it more useful as a cell in an integrated circuit. Select, and delete, the bottom wire and voltage source.
Note that once you select and delete one wire or component Virtuoso is in the delete mode so all you have to do is click on the next item you want to delete.
To exit this mode press Esc. To undo an action press u.
Ensure you have the following schematic.
25 of 91
http://cmosedu.com/videos/cadence/tutorial1/cadence_tu...
Lets add pins to the schematic using the menu Create -> Pin (or the Bindkey p). Pins are what is used to connect the schematic symbol, which will make shortly,
up in a higher-ranking schematic view. Add an input pin called in (so it matches the wire name, useful but not necessary).
26 of 91
http://cmosedu.com/videos/cadence/tutorial1/cadence_tu...
27 of 91
http://cmosedu.com/videos/cadence/tutorial1/cadence_tu...
Adding a wire to the pin and Checking and Saving results in the following.
28 of 91
http://cmosedu.com/videos/cadence/tutorial1/cadence_tu...
Lets create a symbol for this schematic following the steps seen below.
29 of 91
30 of 91
http://cmosedu.com/videos/cadence/tutorial1/cadence_tu...
31 of 91
http://cmosedu.com/videos/cadence/tutorial1/cadence_tu...
http://cmosedu.com/videos/cadence/tutorial1/cadence_tu...
And finally,
32 of 91
http://cmosedu.com/videos/cadence/tutorial1/cadence_tu...
If we look at the Library Manager we see three Cell Views for the R_div group remembering that the spectre_state1 Cell View contains our simulation parameters
which we load when the ADE is started as mentioned above.
33 of 91
http://cmosedu.com/videos/cadence/tutorial1/cadence_tu...
Lets delete everything in the symbol view except for the following. Remember that you can always use the undo command (u) if you accidentally delete
something.
34 of 91
http://cmosedu.com/videos/cadence/tutorial1/cadence_tu...
35 of 91
http://cmosedu.com/videos/cadence/tutorial1/cadence_tu...
Draw the symbol seen below. Note that Z (zoom out by 2) and f (fit) can be useful when drawing the symbol.
36 of 91
http://cmosedu.com/videos/cadence/tutorial1/cadence_tu...
When finished Check and Save the symbol view. Close both the symbol and schematic views of the R_div cell. Before doing the layout for the R_div cell lets
simulate the cells operation again. To speed things up copy R_div into another cell called sim_R_div (right click on the cell name).
37 of 91
38 of 91
http://cmosedu.com/videos/cadence/tutorial1/cadence_tu...
http://cmosedu.com/videos/cadence/tutorial1/cadence_tu...
After hitting OK delete the spectre_saved1 in the R_div cell by right clicking on the name in the View category.
39 of 91
http://cmosedu.com/videos/cadence/tutorial1/cadence_tu...
After hitting OK and Yes you are sure delete the symbol view in the sim_R_div cell.
40 of 91
http://cmosedu.com/videos/cadence/tutorial1/cadence_tu...
Next open the schematic view of the sim_R_div cell and delete everything in the cell.
Press i to add the symbol for R_div in the Tutorial_1 library.
After you place the cell hit Esc to leave the place instance command mode.
41 of 91
http://cmosedu.com/videos/cadence/tutorial1/cadence_tu...
Next add wires, wire names, and the input voltage like we did above.
Set the input voltage to 1 V DC.
42 of 91
http://cmosedu.com/videos/cadence/tutorial1/cadence_tu...
43 of 91
http://cmosedu.com/videos/cadence/tutorial1/cadence_tu...
44 of 91
http://cmosedu.com/videos/cadence/tutorial1/cadence_tu...
We are okay with this wire floating so press ignore twice and then close the Find Marker window.
Check and Save the schematic again. There should be no warnings or errors.
Now lets simulate this circuit. Launch the ADE and then load the state (Cellviewimportant).
45 of 91
http://cmosedu.com/videos/cadence/tutorial1/cadence_tu...
While the type of analyses will be remembered the outputs to be plotted wont be remembered. Use the menu items Outputs -> To Be Plotted -> Select on
Schematic
to select the in and out wire nodes. Next use the menu items Session -> Save State to save the state. Hitting the green button to Netlist and Simulate starts
the Spectre simulation.
46 of 91
http://cmosedu.com/videos/cadence/tutorial1/cadence_tu...
47 of 91
http://cmosedu.com/videos/cadence/tutorial1/cadence_tu...
Before moving on to the layout lets cover one last item, that is, descending through the hierarchy.
Select the R_div symbol (left+click the mouse button on the symbol) and follow the menu items seen below (or just press X).
The contents of the symbol can be edited in the current tab (window) or in a new window. Select current tab and press OK.
Note, also, that you can return back up in the hierarchy by pressing b or the menu item seen below (but shaded since we are already at the top).
Descend down into the R_div schematic and then back up to the sim_R_div schematic to get some experience with the commands.
48 of 91
http://cmosedu.com/videos/cadence/tutorial1/cadence_tu...
49 of 91
http://cmosedu.com/videos/cadence/tutorial1/cadence_tu...
After creating the layout cell view the following will appear.
Select Off at Startup to ensure you dont see this Whats New information each time you start-up a layout session.
Note the Layout Selection Window (LSW) that allows you to select specific layers when doing layout.
In the top of the LSW you can select AV (all layers visible) or NV (only the layer selected is visible). After making this selection follow it by re-drawing
the layout window (View -> Redraw) to see the results. AS and NS are used in a similar manner to allow selecting or not selecting specific layers.
50 of 91
http://cmosedu.com/videos/cadence/tutorial1/cadence_tu...
Next go to the menu items Options -> Display (or just press e).
Set the display so that Pin Names are shown.
Change the Snap Modes to diagonal .
Note that the Display Levels has no depth, that is, the layout of a cell placed in another cell will show as an outline. To see the contents we need to increase
the Stop level. Well do this later just so we can see this window again and what an outline of a cell looks like.
51 of 91
http://cmosedu.com/videos/cadence/tutorial1/cadence_tu...
52 of 91
http://cmosedu.com/videos/cadence/tutorial1/cadence_tu...
When we started drawing the schematic for the R_div cell the first thing we did was press i and place the symbol for a resistor. Here we dont have a layout for
the resistor so we need to create one!
Well use the n-well layer for the 10k resistor.
The sheet resistance of n-well in the C5 process is roughly 800 ohms.
The minimum width of n-well is 12 lambda (3.6 microns since lambda here is 300 nm) so lets make a 10k resistor using a width of 4.5 um and a length 56 um.
Create a cell (layout view) called R_n_well_10k.
53 of 91
54 of 91
http://cmosedu.com/videos/cadence/tutorial1/cadence_tu...
http://cmosedu.com/videos/cadence/tutorial1/cadence_tu...
55 of 91
http://cmosedu.com/videos/cadence/tutorial1/cadence_tu...
At this point dont worry about the size. Click once to start drawing the rectangle then, after moving the mouse, click again to finish the drawing.
56 of 91
http://cmosedu.com/videos/cadence/tutorial1/cadence_tu...
To exit the Create Rectangle mode press Esc (or Virtuoso will continue drawing rectangles).
Next select the rectangle and press q (Edit -> Basic -> Properties).
As calculated above we want a resistor that is 56 um long and 4.5 um wide.
57 of 91
http://cmosedu.com/videos/cadence/tutorial1/cadence_tu...
58 of 91
http://cmosedu.com/videos/cadence/tutorial1/cadence_tu...
59 of 91
http://cmosedu.com/videos/cadence/tutorial1/cadence_tu...
60 of 91
http://cmosedu.com/videos/cadence/tutorial1/cadence_tu...
The CIW shows there are 4 errors (the edges are not on grid).
The questions are how do we find out the grid settings and how to view the markers showing the location of the errors (above seeing the markers is easy
since the layout is simple.the crosses in the corners are the markers).
Using the menu Verify -> Markers -> Find Marker (notice you can delete the markers in this menu path too).
Select Zoom To Markers
61 of 91
62 of 91
http://cmosedu.com/videos/cadence/tutorial1/cadence_tu...
http://cmosedu.com/videos/cadence/tutorial1/cadence_tu...
Close the marker text window, select the layout window, and zoom out a couple of times (press Z) until you can see the grid.
63 of 91
http://cmosedu.com/videos/cadence/tutorial1/cadence_tu...
While its a little challenging to see in the figure above the corner isnt snapped to the y-axis grid.
Use Tools -> Create Ruler (or the Bindkey k) to measure the distance between grid points (or just press e, Options -> Display to see
X and Y Snap Spacing is set to 0.15 microns)
64 of 91
http://cmosedu.com/videos/cadence/tutorial1/cadence_tu...
The distance between grid points is 1 micron and, as mentioned, the X and Y snapping is 0.15 microns.
Clear the ruler by using the menu items Tools -> Clear All Rulers (or just press K).
Press f to fit the layout in the drawing area.
Use Verify -> Markers -> Delete All followed by OK to delete the markers.
Press Esc a few times to ensure no commands are active.
Next select the layout and press q to get the following
65 of 91
http://cmosedu.com/videos/cadence/tutorial1/cadence_tu...
So the length of the resistor is 56 and 56/.15 = 373.3333. To make this a whole number lets increase the length to 56.1 (so we enter 28.05 in the Left/Right
above).
For the width we used 4.5 and 4.5/.15 = 30 so we are okay there.
Running the DRC shows no errors are found.
Next lets add the connections to the ends of the resistors.
Press i and navigate/select the ntap (metal1 connection to n-well) as seen below.
66 of 91
http://cmosedu.com/videos/cadence/tutorial1/cadence_tu...
Adding these connections to the ends of the n-well resistor we get the following.
67 of 91
http://cmosedu.com/videos/cadence/tutorial1/cadence_tu...
You may have noticed that when placing the nodes they had an affinity to the n-well rectangle. This is called gravity, which can be useful. However,
here its not useful so lets turn it off. Go to Tools -> Editor (or press E) and deselect the Gravity On check box.
68 of 91
http://cmosedu.com/videos/cadence/tutorial1/cadence_tu...
Next notice that the ntap cells are drawn as outlines. Go to Tools -> Display (or just press e) and set the depth of display to 10.
69 of 91
http://cmosedu.com/videos/cadence/tutorial1/cadence_tu...
Next select the ntap cells then press m to move them (or use the menu Edit -> Move)
Line the cells up as seen below.
Pressing z then click, move the mouse, then click again to set the window (you cant click and drag to zoom in).
DRC the layout to ensure no errors.
70 of 91
http://cmosedu.com/videos/cadence/tutorial1/cadence_tu...
71 of 91
http://cmosedu.com/videos/cadence/tutorial1/cadence_tu...
Select Hide and then draw a rectangle around the metal1 on the ntap placing the Pin Name on the center of the metal1 rectangle.
72 of 91
http://cmosedu.com/videos/cadence/tutorial1/cadence_tu...
Repeat, but use a Pin Name of R (right), for the other side.
73 of 91
http://cmosedu.com/videos/cadence/tutorial1/cadence_tu...
74 of 91
http://cmosedu.com/videos/cadence/tutorial1/cadence_tu...
75 of 91
http://cmosedu.com/videos/cadence/tutorial1/cadence_tu...
Next lets Extract the layout to determine the resistances value (and to see if the setups match the 800 ohms n-well sheet resistance we got from MOSIS).
Go to Verify -> Extract
76 of 91
http://cmosedu.com/videos/cadence/tutorial1/cadence_tu...
After hitting OK the window closes and an extracted view is created in the R_n_well_10k cell group.
77 of 91
http://cmosedu.com/videos/cadence/tutorial1/cadence_tu...
78 of 91
http://cmosedu.com/videos/cadence/tutorial1/cadence_tu...
79 of 91
80 of 91
http://cmosedu.com/videos/cadence/tutorial1/cadence_tu...
http://cmosedu.com/videos/cadence/tutorial1/cadence_tu...
Next select the metal1 layer in the LSW and add rectangles to connect the resistors together and to connect to the Pins of the resistors.
The rectangles dont have to overlap the Pins, just touch (abut) the metal1 Pins on the n-well resistors.
(I like to overlap the Pins with metal1.) One example is seen below.
DRC the design to ensure no errors.
81 of 91
http://cmosedu.com/videos/cadence/tutorial1/cadence_tu...
Pressing e and set the Stop Depth to zero results in showing the outlines of the cells.
82 of 91
http://cmosedu.com/videos/cadence/tutorial1/cadence_tu...
Press e again and set the Stop Depth back to 10. Also ensure, when the Display Options Window is open, that Pin Names is still set to display.
Next add Pins on the metal1 layer named in, out, and gnd. Set the rectangle size of the Pin to the same size as the metal1 seen above.
83 of 91
http://cmosedu.com/videos/cadence/tutorial1/cadence_tu...
84 of 91
http://cmosedu.com/videos/cadence/tutorial1/cadence_tu...
While the LVS succeeded to run this does not tell us if the layout and schematic match!
After pressing Output above we get the following.
85 of 91
http://cmosedu.com/videos/cadence/tutorial1/cadence_tu...
86 of 91
http://cmosedu.com/videos/cadence/tutorial1/cadence_tu...
We should have labeled gnd in the layout gnd! (the exclamation point indicates a global value), and our in pin should have characteristics of input (not
input/output)
and the out pin should be an output (not input/output).
Note that we could also select the Error Display button above and view the errors in the extracted view (often much easier than viewing text).
87 of 91
88 of 91
http://cmosedu.com/videos/cadence/tutorial1/cadence_tu...
89 of 91
http://cmosedu.com/videos/cadence/tutorial1/cadence_tu...
http://cmosedu.com/videos/cadence/tutorial1/cadence_tu...
After saving the layout, extracting the layout again, and then running the LVS again we get the following.
90 of 91
http://cmosedu.com/videos/cadence/tutorial1/cadence_tu...
91 of 91