Setup for 130nm IBM PDK: Difference between revisions

From VLSI
Jump to navigation Jump to search
Line 55: Line 55:
Under the directory <big><code>/remote/cadencelib/nda/ibm8rfcmos/IBM_PDK/cmrf8sf/</code></big>
Under the directory <big><code>/remote/cadencelib/nda/ibm8rfcmos/IBM_PDK/cmrf8sf/</code></big>


:ADS U+2192 This directory contains various files for supporting integration with Advanced Design Systems (ADS2009 Update 1).
:ADS [[arrow]] U+2192 This directory contains various files for supporting integration with Advanced Design Systems (ADS2009 Update 1).
:Assura
:Assura
:Calibre
:Calibre

Revision as of 20:51, 8 May 2015

How to Setup the 130nm IBM PDK

This tutorial is designed to help students set up a cadence working directory that is linked to the 130nm IBM PDK.


IMPORTANT Before any student will be granted access to the IBM PDK, they must sign the MOSIS Individual NDA for University Account Students and Staff which can downloaded from: https://www.mosis.com/files/mosis_forms/academic_nda_non-liaison.pdf

The signed NDA should be submitted, along with a valid ISU NetID to Dr. Nathan Neihart.

Setup

In order to use the IBM PDK you will need to create a directory that will house all of the necessary configuration files. This is the directory from which you will launch Virtuoso and will heretofore be referred to as the IBM working directory. To facilitate the creation of your IBM working directory, a template directory has been created.

  • Fist copy the DM_template61 directory and place it wherever you store your cadence directories (the copied directory can be named anything that you like). You can do this by entering the following command into a terminal:

cp -r /remote/cadencelib/nda/ibm8rfcmos/DM_template61 ~/<CADENCE_DIR>/cmrf8sf

where <CADENCE_DIR> is the name of your directory where you store all of your cadence files and cmrf8sf is what I chose to call my IBM working directory.
  • There are several environment variables that need to be assigned for the PDK to run correctly. Add the following lines to your .bash_login.
export SPECTRE_DEFAULTS=-E
export CDS_LOAD_ENV=CWDElseHome
export QRC_ENABLE_EXTRACTION="t"
export QRC_HOME="/usr/local/cadence/EXT101"
  • Finally, modify your ~/.software file to include the following lines:
IC
CALIBRE2009
ASSURA
MMSIM
EXT
Note that you may have additional entries, but add them after the entries listed below.
  • The setup is now complete. To use the PDK simply launch virtuoso from your newly created IBM working directory.

Description of PDK Files

What follows is a brief description of the various directories found in the IBM PDK.

PDK Versions

While this PDK is relatively stable, there are occasionally updates. For testing purposes, however, all older versions are kept. The different versions can be accessed at /remote/cadencelib/nda/ibm8rfcmos/IBM_PDK/cmrf8sf/.

There is also a symbolic link relDM that will always link to the latest version of the PDK. This is used in all paths in the template directory and should only be changed in very rare circumstances.

Directory Structure

Under the directory /remote/cadencelib/nda/ibm8rfcmos/IBM_PDK/cmrf8sf/

ADS arrow U+2192 This directory contains various files for supporting integration with Advanced Design Systems (ADS2009 Update 1).
Assura
Calibre
cdslib
cdslib51
doc
EM
HSPICE
Spectre
utils