首先你要安装redhat8.0,还有下载cadence的安装包2CD和license。
1、把cadence安装包拷贝到安装在vmware上的linux下。具体的步骤是先把cadence的安装包拷贝到优盘,然后跳到vaware的主窗口,选中vm菜单下的Removable Devices--->USB Devices-->Si...(我用的是Vmware5.5版本,还有就是你没有插入优盘时是没有Si...的选项地,插入优盘才有这个选项)。这是装在vawre上的linux系统才会认出优盘.在终端输入mount /dev/sda1 /mnt载入你的优盘,这里的sda1是你的优盘在linux下的盘符如有你载入多个优盘那么你可以通过硬件浏览器中的dard drives来查看,/mnt是你要加载的目的地。
2、加载优盘后,把安装包拷贝进去,在安装前你必须确保你系统有安装ncompress-4.2.4-33.i386.rpm(用rpm -q ncompress查询是否有安装;如果没有,其安装包在psyche-i386-disc3.iso\RedHat\RPMS 下,这种安装包可以用右键install,或用命令rmp -i/ivh rpm安装文件名包含路径)
3、开始安装cadence:
1)解压两个安装包(tar zxvf TAR包文件名),接下来包第二个安装包解压出来的cdrom2拷贝到第一安装包下与cdrom1并列;
2)开始安装 > ./SETUP.SH
-Specify path of install directory [OR type [RETURN] to exit]:
> /Cadence
-Directory /Cadence does not exist. Create? [y/n]:
> y
-Do you want to start softload? [y/n]:
> y
-Warning: Software administration should not be done as root because it could cause file permissions problems while extracting software Press [Return] to proceed, q to quit :
> (just press RETURN to accept to continue)
-The available options are:
> 1 (Load Available Products)
-You must now identify where the CD-ROM is mounted:
> 1 (Local (mounted to this machine))
-Specify the CD-ROM mount point:
> 2 (Other)
-Type the CD-ROM mount point: [ /home/thedock/CadenceInstall/Cadence_Virtuoso_IC5033_lnx86/ISR200406181244/CDROM1 ]
> (just press RETURN to accept to continue: the path should be correct at this point)
-Do you want to view the README file? Please press y (yes) or n (no) :
> y
-Follow the standard Cadence installation instructions. Press [Return] to proceed, q to quit :
> (just press RETURN to accept to continue)
-Where is the installation information?
> 4 (Cadence Catalog)
-311:Unknown Product Name Removed from QSR. Press [RETURN] to continue:
> (just press RETURN to accept to continue)
-Go to the end of the products list by pressing the SPACE BAR
-Type your choice (a,n,p,1-3,2 5 9 ...):
> a (All of the above)
-Go to the end of the list of the selected products by pressing the SPACE BAR
-Are your selections correct? [y/n]
> y
-Disk checks successful. The following products will be installed or updated. Just press SPACE BAR to continue.
-The following media is required:
IC5033 lnx86 P/N 356-70352-0301 CDROM # 1
IC5033 lnx86 P/N 356-70352-0302 CDROM # 2
IC5033 lnx86 P/N 356-70352-0303 CDROM # 3
IC5033 lnx86 ISR 200406181244 CDROM # 1
IC5033 lnx86 ISR 200406181244 CDROM # 2
IC5033 lnx86 ISR 200406181244 CDROM # 3
Press [Return] to proceed, q to quit :
> (just press RETURN to accept to continue)
-Wait until the next CDROM is asked for (~7 minutes)
-Your package selections require IC5033 lnx86 P/N 356-70352-0301 CDROM # 1.
> 4 (Change CD-ROM mount point.)
-You must now identify where the CD-ROM is mounted.
> 1 (Local (mounted to this machine))
-Specify the CD-ROM mount point
> 2 (Other)
-Type the CD-ROM mount point: [ /home/thedock/CadenceInstall/IC5033/ISR200406181244/CDROM1 ]
> /home/thedock/CadenceInstall/IC5033/Base/CDROM1
-CDROM # 2 and CDROM # 3 will be loaded automaticaly. There is nothing to do, just wait.
-Verify your installation. The available options are:
> 2 (List Installed Products)
-Specify the operating system of the products:
> 3 (lnx86)
-Now you can quit the Cadence IC 5.0.33 installation and begin the Aptivia installation. The available options are:
> q (Quit)
3) 在ic5033目录创建链接ln –s tools.lnx86 tools
4)进入share/license 修改license.dat, SERVER localhost ANY 27000, DAEMON cdslmd /home/ic5033/tools/bin/cdslmd (其中/home/ic5033/是你的cadence的安装目的地)
5) chmod 755 license.dat ,
nohup lmgrd –c license.dat >/dev/stty( license.dat 如果没有在其目录下安装,必须用全名)
6)将dfII/samples/local 复制到dfII目录下,并将local中cdsinit 命令为.cdsinit (不要这一步也可以,这一步起到的作用是隐藏)
修改用户根目录下bashrc,加入(在第二行加入,我在其它行加入出问题提示是bash-2.05)
export CDSDIR="/home/ic5033/"
export CDS_ROOT=/home/ic5033/
export SDC_INST_DIR/home/ic5033/
export CDS_INSTALL_DIR=/home/ic5033/tools/dfII
export CDS_LIC_FILE=$CDS_ROOT/share/license/license.dat
export PATH=$CDS_ROOT/tools/bin:$CDS_INSTALL_DIR/bin:$CDS_ROOT/tools/spectre/bin:usr/sbin:/sbin:$PATH
export CDS_Netlisting_Node Analog
7, source .bashrc
8, icfb –log CDS.log.1 &
9, 如果运行时提示缺少libstdcc++-lib .. ,可以从linux安装盘安装, 运行 rpm –ivh compact-lib*.rpm 即可(psyche-i386-disc2.iso\RedHat\RPMS)。
ps:前些天发表时,有些错误后来发现了,但最近几天电脑出点问题,拖到现在才更改,对那些被我误导的表示抱歉
系统分类:
单片机 | 用户分类:
| 来源:
原创