Jump to content, Georgia Institute of Technology, College of Engineering, School of Electrical and Computer Engineering, About ECE, Academics, Research, Faculty & Staff, Alumni & External Relations, Campuses, News
COLLEGE OF ENGINEERING
Search | Contact Us | Feedback | BuzzPort
GT Home > COE Home > ECE Home > CSG > Software > Sentaurus/ISE TCAD
Georgia Institute of Technology Logo
 

Great Minds Think Differently

Sentaurus/ISE TCAD

To run version 2013.03 of Sentaurus Workbench gui do following on Linux:

    >source /tools/synopsys/tcadsentaurus/h201303/cshrc.meta

To run version 2012.06sp1 of Sentaurus Workbench gui do following on Linux:

    >source /tools/synopsys/tcadsentaurus/g201206sp1/cshrc.meta

To run version 2011.09sp1 of Sentaurus Workbench gui do following on Linux:

    >source /tools/synopsys/tcadsentaurus/f201109sp1/cshrc.meta

Sentaurus Workbench utilizes the STDB environment variable for project directories.

    >setenv STDB $HOME/SENTAURUS

To run Sentaurus Workbench gui enter command:

    >swb


GENESISe
requires a library of simulation projects. You must create a directory in your home directory and set the environment variable ISEDB to point to it. For this example the directory will be named isedb and the user is burdell. This example shows how to do this on the command line. These commands can be entered in your .my-cshrc file or .profile file for future login sessions.

    >cd
    >mkdir isedb

csh/tcsh users:

    >setenv ISEDB ~burdell/isedb

sh/ksh users:

    >ISEDB=~burdell/isedb
    >export ISEDB

To run GENESISe enter:

    >GENESISe

Last revised on April 5, 2013.