Skip to content

Latest commit

 

History

History
 
 

lab1

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Lab1

Objective

Lab 1 is to learn how to design your circuit, generate netlist, and simulate given netlist for your layout design in lab 2. You will learn three IC design tools (Custom Designer, Waveform View, HSPICE) in this lab and the followings are expected to be delivered in your lab report.

Deliverables for your lab report.

  • Name, SID, Session(021,022,023), ENGR ID, UCR NetID.

  • The link of your video check off.

  • Summary of what you learned thru this lab (One paragraph)

  • An inverter schematic view as seen in Fig 13.

  • An inverter symbol view as seen in Fig 15.

  • A test-bench for your inverter design as seen in Fig 18.

  • A transient analysis waveform as seen in Fig. 28.

  • A DC Sweep analysis waveform as seen in Fig 29.

  • A delay measurement of VOUT and VIN at 50% to 50% annotated waveform as seen in Fig 33.

  • A rise AND fall measurement at 90% and 10% for VOUT annotated waveform as seen in Fig 35.

  • An average current measurement annotated waveform as seen in Fig. 37.

  • A frequency measurement for VOUT annotated waveform as seen in Fig. 39.

  • Some of the issues if you have (One paragraph)

What to submit

  • Lab report (PDF format)

file name should be following

lab1-[My UCR NET ID].pdf

for example, my UCR Net ID is tkim049, so filename should be

lab1-tkim049.pdf

  • Tar and Zip your design folder you made

cd ~/eecs168 or you made

tar -cvzf lab1-[My UCR NET ID].tgz ./

for example, my ucr Net ID is tkim049, so do like following

tar -cvzf lab1-tkim049.tgz ./

  • You need to submit two files (*.pdf, *.tgz) in iLearn

  • To download your tgz file from the server, first you need to connect to the ENGR VPN. Please refer here for file access. Please remember to use your ENGR ID to login in.

Lab Report Due

  • One week by 10:59am on 1/20

Lab/Tutorial 1

In this tutorial, some contexts use Synopsys tutorials from Vazgen Melikyan (Synopsys) and Hamid Nahmoodi (SFSU). All the tools and PDK are given thru Synopsys University Program.

Introduction

In this tutorial, you will learn how to draw custom IC layout and simulate your design using 28/32/90nm technologies in Synopsys Custom Design Tools. This tutorial includes the detail steps of schematic, layout, and simulation of designs.

You need to have some basic skill for Linux environment to manage the design file (creation/rename/modify folders and files). If you want to know how to use Linux, there are many of tutorials available on the web. For example, there is small Linux cheat sheets here and long tutorials here

full custom design flow

Fig. 1 Full Custom Design Flow

Fig. 1 shows the full custom design flow with Synopsys design tools. The first three parts of flow are covered in our lab1 and the rest four parts will be covered in the lab2. In this three parts, you design a CMOS inverter in Custom Designer, simulate the circuit in HSPICE, measure and view waveforms of simulation results in Custom Waveview.

For the rest four parts (Lab 2), you will use Custom Designer to create a layout with given technology from Synopsys. IC Validator will be used to verify your design (DRC) and check if your layout matches its schematic (LVS). In the last two steps, you can do the parasitic extraction of your circuit and do simulation again. Finally, you can compare your simulation and post-simulation. This is our lab 1 and 2. In this tutorial, you will complete the first three steps.

Part 1: Set up your design workspace

You need to login our bender.engr.ucr.edu server first. If you do not know how to connect our server, please check out lab0

You can use your home folder (~ or /home/[Account Name], in the example, [Account Name] will be tkim or zsun, you need to use your own account and create a new folder for this eecs168 course. To create your design folder, you need to type the followings. The first command let you move into your home folder, and mkdir command is to create your folder.

cd ~
mkdir eecs168

Once you generate your workspace folder, you need to go to the folder

cd eecs168

Then, you need to install Synopsys PDK (Process Design Kit) (technology library into your workspace as follows.

cp /usr/local/synopsys/pdk/SAED_PDK90nm/install/lib.defs ./

Above procedure is just required for one time, you do not need to re-do above command cp the next time.

Once PDK library is installed correctly in your workspace, then you can run custom designer as follows

cdesigner&

By adding & after the command, you can put a command in the background in Linux system. So, you can do another job while Custom Designer is running.

Custom Designer Console should open up without any warning message in Fig.2.

Custom Designer

Fig. 2 Custom Designer Console

If you see any warning message in Fig.2, that means that your PDK was not setup correctly, so you need to copy PDK's lib.def in your workspace again.

Let's launch Library Manager first, go to Tools -> Library Manager, you may see SAED_PDK_90 library in the libraries list.

Then, go to File -> New -> Library to create a new library. New library windows will pop up. You can put your new library name in the name in the attributes section. For the PDK technology, you can choose Import file and choose your technology file (.tf extension) in the PDK. You can under the following folder for 90nm.

/usr/local/synopsys/pdk/SAED_PDK90nm/techfiles/saed90nm_1p9m_cd.tf

After you put name and technology file (.tf), click OK. See Fig.3.

Library setup

Fig. 3. New Library

Part 2: Creat a cell view

In the Library Manager window, go to File -> New -> CellView to create a new Cell View under the library you made. See Fig.4. In this case the setup is as follows:

  • Library: mylibrary
  • Cell Name: inverter
  • View Name: schematic
  • Editor: Schematic Editor

New Cellview

Fig. 4. New Cellview

After clicking OK, a schematic design window will open up. See Fig.5.

New Schematic

Fig. 5. New Schematic Window

Here, you need to make sure right PDK library is used. From your console window (first launched windows after you typed cdesigner), go to Tools -> Technology Manage. Then you have to choose SAED_PDK_90 in attachment for your mylibrary.

technology manager

Fig. 6. Technology Manager

Go to your schematic window, and click Add > Instance, then select SAED_PDK_90 for the library and select pmos4t and nmos4t for your PMOS and NMOS. For pmos4t width, assign 0.5um and for nmos4t width, assign 0.25um as seen in Fig.7. You can modify these values later with property editor (Edit -> Properties -> Property Editor).

Add instance for p-mos Add instance for n-mos

Fig. 7. Adding Instance for PMOS and NMOS

After placing the PMOS and NMOS transistors, the schematic should look like Fig.8 below.

Placing p-mos and n-mos

Fig. 8. Placing PMOS and NMOS

After you place, you need to add wires to the schematic as seen in Fig.9. Go to Add -> Wire in the menu of the schematic editor and draw wire with your mouse and you need to press ESC key to escape the selected mode.

Add wires

Fig. 9. Add Wires

After drawing all the required wires, then you can assign wire names (Add -> Wire name). Once you choose Wire name mode, you need to type wire name first in the top window shown in Fig.10. After typing wire name, then you click the wire you want to assign.

Add wire names

Fig. 10. Add Wire Names

After adding wires and wire names, you may need to add pins for input and output. To add pins to the schematic, go to Add -> Pin to add pins for input (VIN, VDD, VSS) and output (VOUT) for your schematic. You can type in a name for the pin and select whether the pin is an input or output port. Then place the pin on a wire or if the wire in schematic view already has a name you can click on the wire and the pin will get the name of the wire. Note that the pin names in schematic view should match the label names in layout view (VDD, VSS, VIN, VOUT, etc) for future reference.

See Fig.11 and Fig.12 for reference on how to add pins.

Afterward, your circuit should look similar to Fig.13 below after you add the pins. As a general convention, use uppercase letters for naming pins instead of lowercase letters.

fig11

Fig. 11. Adding Pins

fig12

Fig. 12. Adding Pins

fig13

Fig. 13. Complete Schematic with Pins

Save your schematic by clicking save icon or go to Design -> Check and Save.

Now we want to create a symbol for the inverter schematic to use for future designs instead of redrawing it every time. To create a symbol for the inverter, go to Design -> New CellView -> From CellView.

Make sure library and cell names match and click OK. See Fig.14 below for reference.

fig14

Fig. 14. Cellview Generation from Cellview

Now we have a transistor level model of an inverter (symbol). You may modify the appearance of the inverter symbol by using the shape tools, Add -> Shape. Now save and close the symbol window. See Fig. 15 for reference. Note that if the polygen doen't work, add the triangle by three 'path'.

fig15

Fig. 15. Design symbol for inverter

Create a testbench for the inverter by going to File -> New -> CellView from the Library Manager and set up the options as shown in Fig.16 below. The setup is as follows:

  • Library: mylibrary
  • Cell Name: inverter_testbench
  • View Name: schematic
  • Editor: Schematic Editor

fig16

Click OK when done. Note that this schematic file will be used as a sandbox for circuits using the inverter symbol we created earlier.

Fig. 16. New CellView Creation

Now that you have a new schematic window, go to Add -> Instance. In the add instance window, select “mylibrary” as the library, “inverter” as the cell, and “symbol” for the view to select the inverter you just made and place it on the schematic. See Fig.17 for reference. Also in the add instance window, select analogLib for the library and choose: vsource, vpulse and gnd for the cell while placing the part for each selection on the schematic.

fig17

Fig. 17. Drawing an Instance of an Inverter

Now add wires to the circuit using Add -> Wire and use Add -> Pin to add an output pin on the VOUT signal of the inverter so the schematic looks like Fig.18 below.

fig18

Fig. 18. Testbench for Inverter

By clicking on property editor icon and selecting a component in schematic view, you can edit a component's property. You can also use Edit -> Properties -> Property Editor to edit the properties of the parts. Select vpulse and modify its properties as shown in Fig.19. Select vsource and modify its properties as shown in Fig.19.

fig19 fig19

Fig. 19. Property editor

Your final schematic should look like Fig.18 above with the applied property edits for vpulse and vsource. The circuit is now ready for simulation. Also don’t forget to save your schematic by clicking Save icon or go to Design -> Check and Save.

Part 3: Simulation and analysis

In Simulation and Analysis Environment (SAE), we will run a DC sweep and a transient analysis.

To run SAE, go to Tools -> SAE in the schematic window. This will launch the window in Fig.20, which consists of three primary sections. Section one contains the design variables. Section three contains the values being measured in the circuit. Section two displays the types of analysis being run. See Fig.20 below for reference.

fig20

Fig. 20. SAE window

To setup the simulation model files, go to Setup -> Models Files. A model files window will open as shown in Fig.21 below. Next click on section one as shown in Fig.21 and browse the directory and select the SAED90nm.lib file. You can find the file in the following directory:

/usr/local/synopsys/pdk/SAED_PDK90nm/hspice/SAED90nm.lib

In section two of the model files window (see Fig 21), select TT_12 as your transistor type. Click OK when done.

fig21

Fig. 21. HSPICE Simulation Model

Next to setup analysis type, go to Setup -> Analysis and the window in Fig.22 will appear. Stay on the general tab and select tran to setup the transient analysis type. Setup the remaining options as shown in Fig.22 and click Apply.

fig22

Fig. 22. Transient Simulation Setup

In the same window, select dc to setup a DC sweep. Fill out the options as shown in Fig.23 below. Click OK when done.

fig23

Fig. 22. DC Simulation Setup

The following step is to choose the desired simulations results and select the nodes in the circuit to measure. In section THREE of Fig.20 do the following steps:

To setup the circuit output voltage:

  1. Click under the output field, and write “VOUT” or a name for an output variable of the inverter.
  2. Click under the expression column and choose the output node from the schematic. In this case, click on pointer icon and select the wire labeled “VOUT” as shown below in Fig.24 in the schematic window. You can also write an equation that uses the values of some nodes in that schematic.
  3. Under analysis, select the type of analysis you want to run. In this case, select dc and tran to run the transient and DC analysis for this variable.

To setup the circuit input voltage:

  1. Click under the output field in a new row, and write “VIN” or a name for an input variable of the inverter.
  2. In the same row, click under the expression column and choose the input node from the schematic. In this case, click on pointer icon and select the wire labeled “VIN” as shown below in figure 24 in the schematic window.
  3. Under analysis, select the type of analysis you want to run. In this case, select dc and tran to run the transient and DC analysis for this variable.

To setup the circuit source current:

  1. Click under the output field in a new row, and write “isupply” or a name for a current variable.
  2. In the same row, click under the expression column and choose the voltage source from the schematic. In this case, click on and select the voltage source labeled “V1” as shown below in Fig. 24 in the schematic window. Notice that current is being measured rather than voltage.
  3. Under analysis, select the type of analysis you want to run. In this case, select dc and tran to run the transient and DC analysis for this variable.

Afterwards, the SAE window should look something similar to Fig.25 below. Note that the expression values in Fig.25 may not match with your values which are fine since those are dependent on the names used in the schematic for the voltage sources and wires.

fig24

Fig. 24. Click on the Schematic Windows

fig25

Fig. 25. Updated SAE Window

Now save your simulation setups by going to Session -> Save State. In the new window that opens, select OpenAccess from the three main categories at the top and give a name for the session in the name field. Click OK when done. See Fig.26 below for reference.

fig26

Fig. 26. Save State Window

To run the simulation, go to Simulation -> Netlist and Run. The status of simulation is reported in Custom Designer Console window. If you see “Simulation completed successfully” it means that your simulation is successfully done (Fig.27).

fig27

Fig. 27. Custom Designer Console

After running simulation successfully, a WaveView window will open up. You can select the type of analysis you want to view by selecting the respective tab in the bottom left corner of the window.

For the transient analysis waveform, click the tran tab in the bottom left corner. See Fig.28 for the transient analysis. For the DC sweep waveform, click the dc tab in the bottom left corner. See Fig. 29 for the dc sweep analysis You now have run transient and dc analysis successfully.

fig28

Fig. 28. Transient Analysis in Waveview

fig29

Fig. 29. DC Sweep Analysis in Waveview

Part 4: Waveform and analysis

The measurement tool in the WaveView window provides many methods for measuring the waveforms. Here is a list of several features and measurements you can do in WaveView:

Zooming In and Out:

To zoom in on your waveform, click top-left zoom-in icon to do a vertical or horizontal zoom by dragging a box over the waveform with the mouse. Click zoom-out icon to unzoom. Also you can press X for a full unzoom of the waveform.

Grouping and Ungrouping Signals:

First off, it is handy to know how to group and ungroup waveforms in WaveView. See Fig.30 for ungrouping waveforms and see Fig.31 for grouping waveforms.

fig30

Fig. 30. Ungrouping Waveforms

fig31

Fig. 31. Grouping Waveforms

To group the waveforms in Waveview together, select the names of the signals to be grouped in the signals list and hold down Ctrl for each additional signal to add. Once you have all the signals you want to group selected, right click on the mouse and select Group from the dropdown menu to group the selected waveforms.

Delay Measurements of VIN and VOUT at 50% to 50%:

To measure delay between the input and output signals of the inverter at 50% select tran tab in the bottom left hand corner of the WaveView window. Group the VOUT and VIN waveforms together so the two waves overlap each other (see figure 31 on how to group signals). Open the measurement tool by going to Tools -> Measurement… or by clicking ruler icon in the WaveView window. Click the All tab in the measurement tool window and fill out the options as shown below in Fig.32. Click OK when done.

fig32

Fig. 32. Delay Analysis

After clicking OK, a delay measurement box will appear on the waveform. Just drag the box to the waveform you want to measure (in this case the VIN and VOUT overlapping waveforms) and the delay value will appear in the box. You can also drag the delay measurement box along different valid points of the waveform to get more delay values. See Fig.33 below for the delay measurements box.

fig33

Fig. 33. Delay Waveform Measurement

Rise/Fall Time Measurements at 90% and 10% for VOUT:

To measure fall and rise time, select the tran tab in the bottom left-hand corner of the WaveView window and ungroup all the waveforms as described in Fig.30. Open the measurement tool by going to Tools -> Measurement… or by clicking ruler icon in the WaveView window. Click the All tab in the measurement tool window and fill out the options as shown below in Fig. 34. Click OK when done.

fig34

Fig. 34. Rise/Fall Measurement Tool

After clicking OK, a rise/fall measurement box will appear on the waveform. You can drag the rise/fall measurement box along the VOUT waveform to get the rising and falling delay times. Notice that when the rise/fall measurement box shows a rising red curve the tool is measuring rising delay time from 10% of the signal to 90% of the signal. Also when the rise/fall measurement box shows a falling green curve the tool is measuring the falling delay time from 90% of the signal to 10% of the signal. See figure 35 for reference, it shows two measurement boxes and zooms in on VOUT.

fig35

Fig. 35. Rise/Fall Waveform measurement

Average Current Measurement:

To measure average current, select the tran tab in the bottom left-hand corner of the WaveView window and ungroup all the waveforms as described in figure 30. Delete the VOUT and VIN waveforms so only the isupply waveform shows. You can delete a waveform by selecting its name in the signal list on the left side of the WaveView window and pressing delete on the keyboard and clicking ok. You can always recover these signals later by clicking Plot on the SAE window.

Open the measurement tool by going to Tools -> Measurement… or by clicking ruler icon in the WaveView window. Scroll down in the menu window on the left and then click on the Average measurement within the Level submenu as shown in Fig. 36. Click OK when done.

fig36

Fig. 36. Average Measurement Tool

After clicking OK, an average measurement box will appear on the waveform. Drag the box toward the waveform until it displays the average value. See Fig.37 below for reference.

fig37

Fig. 37. Average Waveform Measurement

Frequency Measurement:

To measure frequency, select tran tab in the bottom left hand corner of the WaveView window and ungroup all the waveforms as described in Fig.30.

Open the measurement tool by going to Tools -> Measurement… or by clicking ruler icon in the WaveView window. Click the All tab in the measurement tool window and fill out the options as shown below in Fig.38. Click OK when done.

fig38

Fig. 38. Frequency Analysis

After clicking OK, a frequency measurement box will appear on the waveform. Drag the box toward the waveform you want to measure until it displays the frequency value. See Fig.39 below for reference.

fig39

Fig. 39. Frequency Waveform Measurement

Schematic Tips

You don't need to draw whole wire to connect port, and you can assign the same name instead, then it becomes virtual connection. In case of many transistor being placed, you don't need to connect all bulks to VDD or VSS, and you can just draw wire with VDD or VSS nets. As seen in the Fig 41, you can draw wire along with assigning wire name.

fig40

Fig. 40. Nets connection by assigning the same wire name

fig41

Fig. 41. Assigning wire name with drawing wire

When you have some weird warning message for solder dot on crossing wires like Fig 42, then please revise as Fig 43. Fig 42 and Fig 43 are both correct but they generate some warning since Fig 42 is a common possible unexpected wrong connection.

Fig. 42. Cross wires warning

fig42

Fig. 43. a solution for warning

fig43

Lab1

Objective

Lab 1 is to learn how to design your circuit, generate netlist, and simulate given netlist for your layout design in lab 2. You will learn three IC design tools (Custom Designer, Waveform View, HSPICE) in this lab and the followings are expected to be delivered in your lab report.

Deliverables for your lab report.

  • Name, SID, Session(021,022,023), ENGR ID, UCR NetID.

  • Summary of what you learned thru this lab (One paragraph)

  • An inverter schematic view as seen in Fig 13.

  • An inverter symbol view as seen in Fig 15.

  • A test-bench for your inverter design as seen in Fig 18.

  • A transient analysis waveform as seen in Fig. 28.

  • A DC Sweep analysis waveform as seen in Fig 29.

  • A delay measurement of VOUT and VIN at 50% to 50% annotated waveform as seen in Fig 33.

  • A rise AND fall measurement at 90% and 10% for VOUT annotated waveform as seen in Fig 35.

  • An average current measurement annotated waveform as seen in Fig. 37.

  • A frequency measurement for VOUT annotated waveform as seen in Fig. 39.

  • Some of the issues if you have (One paragraph)

What to submit

  • Lab report (PDF format)

file name should be following

lab1-[My UCR NET ID].pdf

for example, my UCR Net ID is tkim049, so filename should be

lab1-tkim049.pdf

  • Tar and Zip your design folder you made

cd ~/eecs168 or you made

tar -cvzf lab1-[My UCR NET ID].tgz ./

for example, my ucr Net ID is tkim049, so do like following

tar -cvzf lab1-tkim049.tgz ./

  • You need to submit two files (*.pdf, *.tgz) in iLearn

  • To download your tgz file from the server, first you need to connect to the ENGR VPN. Please refer here for file transferring. Please remember to use your ENGR ID to login in.

Lab Report Due

  • One week.

Next lab

In lab 2, you will learn Layout design, DRC, and LVS.