Cadence Design Environment

        1. Introduction
        2. Setting up the environment
        3. Starting Cadence
        4. Library Manager
        5. Creating new library
        6. Creating new cell
        7. Schematic Composer
        8. Creating Symbols
        9. Logic Simulation with Verilog-XL
        10. Custom layout with Virtuoso
        11. Layout Extraction
        12. Layout Vs. Schematic (LVS)
        13. Abstract view
 

 

 

First go to the directory where we develop the cells, go to tcsh shell and then start Cadence:

        cd standardcell
        tcsh
        icfb&

Two windows will appear:  a window displaying cadence log files (CIW window) and a Library Manager window.

 

Next-->