Cadence Tools Setup
Cadence setup for
ENG machine
Before using any of the tools, you must have an account on the Engineering
Sun system. If you don't have one, you may request it in room 114 Bell Hall.
Usually, accounts become active a couple of days after applying for them.
- Login with CDE(Common
Desktop Environment) session, and open a terminal console(Hosts-> Console)
- At the prompt, type
"use cadence", and it show the following message:
- Copy the required files
.cdsinit .cdsenv .cdsplotinit to your home directory
- To see if the setup
has been done properly, just type
at the unix prompt.
- After you see
"/eng/tools/cadence//ic/tools/dfII/bin/icfb" echoed back .....you can go to
Getting started with cadence tools
- If you have any problems
with login window, you may want to copy a standard version of .cshrc file. The command to obtain this
file is "use update"
Cadence setup for pollux machine (CSE graduate student's server)
Before using any of the tools, you must have an account on the Engineering
Sun system. If you don't have one, you may request it in room 114 Bell Hall.
Usually, accounts become active a couple of days after applying for them.
- Once your account
is setup, copy the following file into your home cshrc_cds05
- Copy the file cds.lib into your home to set library paths.
- Copy the files .cdsinit .cdsenv into your
home directory.
The cshrc_cds05 files can be placed in any any directory as long as
it is sourced before cadence is started up. The cds.lib file goes to the
directory where cadence is started from. - Source this file by adding the following
line in your .cshrc file
source cshrc_cds05- Then we need to source .cshrc file
by typing in
source .cshrc at the unix prompt, or you need to log out from
the system and log in again, so that the updated .cshrc file will be sourced.
- To see
if the setup has been done properly, just type
which icfb
at the unix prompt.-
After you see
""/apps/cds05/ic/tools/dfII/bin/icfb" echoed back .....you can go to
Getting started with cadence tools
Lab Information
There are several labs availble for us to use as long as we have eng accounts:
Bell 340
Bell 101
To run Cadence from Bell Hall machines, we currently need
to ssh or telnet to eng server:
ssh -l USERNAME unix.eng.buffalo.edu
or
telnet unix.eng.buffalo.edu
Last updated Sep 16th, 2004