How To Setup Cadence - pdf-1
How To Setup Cadence - pdf-1
Initial Setup
• Go to start > All programs> Xming>Xming ( you are running the Xming
software which enables you to see the cadence graphics after running the Xming
You should see an X sign at the left bottom of your screen near the time icon).
• Go to start > All programs> PuTTY> PuTTY to open the PuTTY
configuration box.
You should have now the PuTTY configuration box infron of you.
• Copy the .cdsinit and .cdsenv set up files into your home directory by typing the
following command lines at the terminal prompt:
cp /egr/courses/personal/ece410/resources/.cdsinit ~
cp /egr/courses/personal/ece410/resources/.cdsenv ~
These files will set up the Cadence simulation environment to use the spectre
simulator and AMI06 transistor models by default. Copying these files to your home
directory will apply these settings to all sessions of Cadence that run from your
engineering account (including any other class that you might use Cadence for). If this
will cause a problem for you, contact a TA for an alternative.
• Change to your ECE 410 directory by typing the following in the command prompt
cd /egr/courses/personal/ece410/<username> (space after cd)
• Type virtuoso&
The ‘&’ is not required but will allow you to continue using the command prompt
window while Cadence is running. You should always launch Cadence tools from your
‘cadence’ subdirectory.
The virtuoso command will invoke the Cadence session. Two windows will open. The
small window is known as the Command Interpreter Window (CIW) and will be present
throughout your session. The other window is known as the Library Manager and it keeps track
of all design files you create.
In the Library Manager window you should see the following libraries. If you do not, please
consult a TA as soon as possible.
- NCSU_Analog_Parts
- NCSU_Digital_Parts
- cdsDefTechLib
- basic
Exiting Cadence
This completes the initial setup for Cadence. If you plan to continue using Cadence (e.g., to do
an assignment) skip this step. To exit Cadence, in the Command Interpreter Window (Virtuoso
6.1.2) select File->Exit
• Go to start > All programs> Xming>Xming ( you are running the Xming software
which enables you to see the cadence graphics after running the Xming You should
see an X sign at the left bottom of your screen near the time icon).
• Go to start > All programs> PuTTY> PuTTY to open the PuTTY configuration
box.
You should have now the PuTTY configuration box infron of you.
• Change to your ECE 410 directory by typing the following in the command prompt
cd /egr/courses/personal/ece410/<username>/cadence (space after cd)
• Type virtuoso&
Additional Resources
The class website has several helpful documents/links. See UNIX Tips for information on
modifying your UNIX login to simplify running the Cadence software. See the
Troubleshooting Guide for many answers to common problems. Detailed information for
specific tools can be found in the linked Cadence Manuals. If you are not experienced with
UNIX, the link to the DECS UNIX help page contains descriptions of basic UNIX commands.