
Cadence Information
From COEHELP
(Difference between revisions)
(Created page with "== Setting Up Cadence on the ECE and COE systems == Before you can start Cadence, there are a few configuration files that are needed in your home directory. These files determi…") |
(→Setting Up Cadence on the ECE and COE systems) |
||
(One intermediate revision not shown) | |||
Line 1: | Line 1: | ||
== Setting Up Cadence on the ECE and COE systems == | == Setting Up Cadence on the ECE and COE systems == | ||
- | Before you can start Cadence, there are a few configuration files that are needed in your home directory. These files determine the environment in which Cadence runs, and what libraries are to be included in your current session. These files can be edited to suit personal preferences. They are presently written for use with the csh or tcsh Unix login shells on the ECE and COE systems and is given for the NCSU kit | + | Before you can start Cadence, there are a few configuration files that are needed in your home directory. These files determine the environment in which Cadence runs, and what libraries are to be included in your current session. These files can be edited to suit personal preferences. They are presently written for use with the csh or tcsh Unix login shells on the ECE and COE systems and is given for the NCSU kit. |
+ | If you are using a personal machine rather than a COE computer lab machine, you need to install the follow software: | ||
+ | Xming (to enable cadence to display windows on your machine), and | ||
+ | putty (to allow your machine to connect to a COE computer lab workstation). | ||
+ | * 1. Cadence is a software system that requires the X11 windows display system to work properly. If you are working on a Linux machine in the COE computer labs (located in 274 Snell Engineering) you can skip to step X. Otherwise you will need to install the following programs: Xming and putty | ||
Step 1: Login your ECE or COE(Unix) Account. | Step 1: Login your ECE or COE(Unix) Account. | ||
- | If you are using COE account , login the cadence server. (type in terminal ' ssh -Y -l username | + | If you are using COE account , login the cadence server. (type in terminal ' ssh -Y -l username gateway.coe.neu.edu') |
Download setup_hspice_ new.csh and activate it ( source setup_hspice_new.csh ). | Download setup_hspice_ new.csh and activate it ( source setup_hspice_new.csh ). | ||
Line 14: | Line 18: | ||
Step 2: Make your working directory using "mkdir" command in the Unix machine | Step 2: Make your working directory using "mkdir" command in the Unix machine | ||
- | Step 3: Download "cadence_setup.cshrc" in the course homepage and copy it in your working directory. | + | Step 3: Download "cadence_setup.cshrc" in the course homepage and copy it in your working directory. You may also use the file located in /ECEnet/Apps1/linux/cad12/tools called eda_script.csh |
Step 4: Activate the "cadence_setup.cshrc" file in your working directory. | Step 4: Activate the "cadence_setup.cshrc" file in your working directory. |
Latest revision as of 12:13, 27 September 2016
Setting Up Cadence on the ECE and COE systems
Before you can start Cadence, there are a few configuration files that are needed in your home directory. These files determine the environment in which Cadence runs, and what libraries are to be included in your current session. These files can be edited to suit personal preferences. They are presently written for use with the csh or tcsh Unix login shells on the ECE and COE systems and is given for the NCSU kit.
If you are using a personal machine rather than a COE computer lab machine, you need to install the follow software:
Xming (to enable cadence to display windows on your machine), and putty (to allow your machine to connect to a COE computer lab workstation).
- 1. Cadence is a software system that requires the X11 windows display system to work properly. If you are working on a Linux machine in the COE computer labs (located in 274 Snell Engineering) you can skip to step X. Otherwise you will need to install the following programs: Xming and putty
Step 1: Login your ECE or COE(Unix) Account. If you are using COE account , login the cadence server. (type in terminal ' ssh -Y -l username gateway.coe.neu.edu')
Download setup_hspice_ new.csh and activate it ( source setup_hspice_new.csh ).
Step 2: Make your working directory using "mkdir" command in the Unix machine
Step 3: Download "cadence_setup.cshrc" in the course homepage and copy it in your working directory. You may also use the file located in /ECEnet/Apps1/linux/cad12/tools called eda_script.csh
Step 4: Activate the "cadence_setup.cshrc" file in your working directory. (source cadence_setup.cshrc )
(You can check a few files in your working directory after the Step 4) The "cadence_setup.csh" and "setup_hspice_new.csh" have to be activated whenever logging in you account.
Step 5: Run Cadence
Type icfb &
Be careful! Cadence has to be run under your working directory.