asueee
Joined: 24 Dec 2005
Posts: 1
|
Posted:
Sat Dec 24, 2005 2:59 am Post subject:
ic 5141 on redhat AS 4 |
|
|
I just successfully installed ic 5141 ( 3cd of base and 3cd of isr) on redhat AS 4, but do not know what to do next or how to configure so as to get it run. I am not good at linux, only know how to install and some very basic stuff of linux, even though i have found lots of dscussion on edaboard.com and found a detailed guide for 5033 on redhat 7.2, but this may not applied to my case,hope some of you could provide detail instruction on how to configure 5141 after installation on either AS 3 or 4. Thanks.
by the way, I intalled 5141 as root and install it to: /usr/cadence.
|
|
ninge
Joined: 24 Dec 2008
Posts: 1
|
Posted:
Wed Dec 24, 2008 11:29 am Post subject:
ic5141 installation and setup instructions |
|
|
Installation Guide:
Logging as root:
su -
Password:> enter the root password here
krmn is user
1)rm -fr /Cadence
2)mkdir /home/krmn/CadenceInstall/
3)cp -r /media/cdrom/Cadence_IC5141/* /home/krmn/CadenceInstall/
4)cd /home/krmn/CadenceInstall/CDROM1/
5)./SETUP.SH
6)Specify path of install directory [OR type [ENTER] to exit]:
/Cadence
7)-Directory /Cadence does not exist. Create? [y/n]:
y
8)Do you want to start softload? [y/n]:
y
9)The available options are:
1 (Load Available Products)
10)You must now identify where the CD-ROM is mounted:
1 (Local (mounted to this machine))
11)Specify the CD-ROM mount point:
2 (Other)
press enter to accept to continue
12)Type your choice (a,n,p,1-3,2 5 9 ...):
a (All of the above)
13)Are your selections correct? [y/n]
y
14)Verify your installation. The available options are:
2 (List Installed Products)
15)-Specify the operating system of the products:
3 (lnx86)
-Now you can quit the Cadence IC 5.1.44 installation
q (Quit)
16a)Rename cadence_license_full.dat to license.dat
16b)copy license.dat to /Cadence/share/license
17)cd /Cadence/
18)ln -s /Cadence/tools.lnx86 /Cadence/tools
19)open bashrc and add these lines:
export CDS_ROOT=/Cadence/
export CDS_INSTALL_PATH=$CDS_ROOT/tools/dfII/
export CDS_LIC_FILE=$CDS_ROOT/share/license/license.dat
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$CDS_ROOT/tools/lib:$CDS_INSTALL_PATH/lib
export PATH=$PATH:$CDS_ROOT/tools/bin:$CDS_INSTALL_PATH/bin:$CDS_ROOT/tools/spectre/bin
export LANG=C
export CDS_Netlisting_Mode=Analog |
|