Introduction to LED Schematic Capture

Led Basics: How to Create an Inverter Schematic



Introduction

Led is the front end schematic entry and layout editing tool we will be using for the VLSI class. In this tutorial you will create the schematic for a CMOS inverter. Later, we will use Led for creating layouts; the editing commands used to create either a schematic or layout are mostly the same.

Setup

Before running Led, you must add the following statement to your .cshrc file:


 swsetup ecad:meta:scs:mgc

This puts the binaries for the Mentor tools on your Unix search path. If you have done the Hspice/MWAVES tutorial, then you have already done this step. The basic command line for starting Led is:

 Led -t tech  -l tech_dir  & 

where 'tech' is the technology for the design and 'tech_dir' is the path of the technology directory. The 'tech_dir' pathname will always be the same; we may use more than one technology during the class. The '&' will start Led up as a background process. For this tutorial, use technology 'scn06hp' which is a technology file for the HP 0.5 micron process supported through the MOSIS foundry. You would invoke Led as:

 Led -t scn06hp -l /ecad/local/tech/rel/gdt &

You can also enter the following alias in your .cshrc file:

alias Led_tech "Led -t \!\!:1 -l /ecad/local/tech/rel/gdt &"

This alias accepts an argument which specifies the technology. Using this alias, you would invoke Led as:

 Led_tech scn06hp

Before starting Led, make a directory for your work and change to that directory.

Led Exit, Interrupt, Menus



Creating the Inverter

  1. The first step is create a new schematic cell

    Once you create the inverter cell, you can add circuit elements like resistors, transistors, etc. and alter their properties.

  2. To Add an NMOS transistor
    Zooming, Panning, Screen Refresh Object Selection NMOS Transistor Selection Other Editing Commands, (delete, duplicate, rotation, label)
    Writing our your design, Reading a designs
    Naming Elements, Making Names visible
  3. Add a PMOS transistor

    Use the 'v' hotkey to add a PMOS transistor. Reflect the PMOS transistor about the X axis so that the drain of the PMOS transistor is pointing down; move the two transistors so that the drain terminals are aligned but leave a gap so that a wire can be added to connect the two terminals.


  4. Add a wire to connect the drain terminal of the PMOS to the drain terminal of NMOS
  5. Add a wire which connects the gate terminals of the two transistors.
  6. Add power terminals
  7. Add IN/OUT Terminals
  8. Change the name of the IN terminal to 'A', OUT terminal to 'Y'
  9. Document your Schematic
  10. To plot your schematic