Difference between revisions of "Tutorials:Cadence:Main"

From EDA Wiki
Jump to navigationJump to search
Line 6: Line 6:
  
 
Here is more information on [http://students.cec.wustl.edu/~tey1/cse463/CadenceInstall/ how to install Cadence].
 
Here is more information on [http://students.cec.wustl.edu/~tey1/cse463/CadenceInstall/ how to install Cadence].
 +
 +
* Conventions Used in this manual
 +
* Starting Cadence
 +
* Using Library Manager
 +
* Design Hierarchy
 +
* Quitting Cadence
 +
* Creating a new library
 +
* Creating Schematic: Transistor I-V
 +
* Transistor DC Analysis
 +
* Creating Schematic: Inverter
 +
* Printing Schematic
 +
* Creating Symbol: Inverter
 +
* Schematic simulation: DC Analysis
 +
* Schematic simulation: Transient
 +
* Schematic simulation: Paramteric
 +
* Creating Layout: Inverter
 +
* Layout: Design Rule Check (DRC)
 +
* Layout: Extracting Parasitics
 +
* Layout: Layout vs. Schematic (LVS)
 +
* Layout simulation
 +
* Verilog HDL
 +
* Creating a behavioral model
 +
* Verilog simulation
 +
* Acknowledgment

Revision as of 00:42, 29 October 2010

This manual is intended primarily for students in CSE463: Digital Integrated Circuits and Architecture offered at Washington University at St. Louis. Basic knowledge of how CMOS transistors operate is required. The main goal of this manual is to teach you to use the Cadence Design Environment to design and test digital CMOS circuits. The design toolkits are based on NCSU PDK 1.6 and Cadence IC 6.1 base.

This manual will walk you through all the necessary steps for designing and testing an inverter. First, we are going to create a schematic for the inverter. We, then, create a symbol for the inverter and test the transient and DC characteristics of this inverter using Analog Artist Simulator. Next, we are going to create a layout for the inverter and test the transient and DC characteristics on the layout of the inverter. Finally, we are going to create a behavioral view for the inverter in Verilog XL and simulate its behavior.

Use the menu on the left to guide yourself through the various design examples.

Here is more information on how to install Cadence.

  • Conventions Used in this manual
  • Starting Cadence
  • Using Library Manager
  • Design Hierarchy
  • Quitting Cadence
  • Creating a new library
  • Creating Schematic: Transistor I-V
  • Transistor DC Analysis
  • Creating Schematic: Inverter
  • Printing Schematic
  • Creating Symbol: Inverter
  • Schematic simulation: DC Analysis
  • Schematic simulation: Transient
  • Schematic simulation: Paramteric
  • Creating Layout: Inverter
  • Layout: Design Rule Check (DRC)
  • Layout: Extracting Parasitics
  • Layout: Layout vs. Schematic (LVS)
  • Layout simulation
  • Verilog HDL
  • Creating a behavioral model
  • Verilog simulation
  • Acknowledgment