You are on page 1of 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