0% found this document useful (0 votes)
261 views

Cadence Installation Guide

The document provides instructions to install Cadence software on an Ubuntu operating system. It involves using the terminal to install CSH, create directories, extract compressed files, copy files, and configure environment variables. Once completed, Cadence can be launched from the terminal by changing to the cdscad directory and running icfb.
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
261 views

Cadence Installation Guide

The document provides instructions to install Cadence software on an Ubuntu operating system. It involves using the terminal to install CSH, create directories, extract compressed files, copy files, and configure environment variables. Once completed, Cadence can be launched from the terminal by changing to the cdscad directory and running icfb.
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

Cadence Installation (Ubuntu Operating System)

1) open terminal
2) sudo apt-get install csh (need internet connection)
3) switch to root ==> sudo su 4) create directory cadence ==> mkdir /cadence
5) copy tar file to cadence ==> cp /media/cadence_5.1.4/tools.tar.z /cadence
6) open cadence directory ==> cd /cadence
7) extract compressed file ==> tar xvfz tools.tar.z
8) close terminal
9) copy 3 file (bash_profile.txt & cdsenv.txt & ncsu-cdk-1.5.1.tar.gz) to home folder
10) rename bash_profile.txt to .bash_profile and cdsenv.txt to .cdsenv
11) open terminal again
12) extarct compressed file ==> tar xvf ncsu-cdk-1.5.1.tar.gz
13) make directory in home folder cdscad ==> mkdir cdscad
14) copy cds.lib from ncsu-cdk-1.5.1 to cdscad ==> cp ~/ncsu-cdk-1.5.1/cdssetup/cds.lib
~/cdscad
15) copy cdsinit from ncsu-cdk-1.5.1 to cdscad ==> cp ~/ncsu-cdk-1.5.1/cdssetup/cdsinit
~/cdscad
16) rename cdsinit to .cdsinit
17) close terminal
18) logout & restart
copy bashrc to .bashrc ==> gedit ./bashrc
source ~/.bash_profile
19) open terminal ctrl+shift+n
20) oped cdscad ==> cd cdscad

21) icfb& now cadence work successfully


****************************************************************************
***************************************************
more info for error
echo $ CDSDIR
~/.bash_profile when the bash file didn't work automatically

****************************************************************************
***************************************************

You might also like