_IC5141_Calibre_MMSIM安装
- 格式:docx
- 大小:126.84 KB
- 文档页数:13
关于Cadenceic5141的安装关于Cadenceic5141的安装2008-04-17版权声明:转载时请以超链接形式标明文章原始出处和作者信息及本声明/logs/19205304.html[绝对原创]经过一个多星期的反复摸索和实验,在无数次的重装与删除之后,本先生终于把万恶的Cadence塞到了笔记本里(洒花庆祝一下)。
在参考了网上无数大牛门的安装心得之后,决定写下此文。
一来为以后重装(呸呸呸……不吉利)留下技术参考,二来为和本先生一样的菜鸟抛砖引玉。
我的失败就是你们的经验啊,上帝啊,我不入地狱谁入地狱。
阿拉真主,阿弥陀佛…… 废话说完了,进入正题。
Cadence软件很好用,但安装起来很麻烦,所以在决定安装之前,需要做以下几件事情。
第一,下载安装文件。
IC5141一共是七张盘。
包括3张Base 和4张Update。
本先生只下到三张Base,Update没有找到。
如果谁有希望提供一下哈。
基本安装用Base就可以了,Update有当然更好,不过没有也基本不影响使用。
另外还要准备好license文件。
各大论坛都有,自己找吧,这里就不提供了。
如果找不到链接的本人提供一个地方,去上交BBS的微电子版块找找看,那里有一个内部的FTP,下载速度很快的,差不多300K/s,两个小时可以下完的。
IC5141和IC610的版本都有,还有MMSIM610,教育网的同志们可以去下。
具体地址就不提供了,我也忘记了。
第二,安装Linux。
现在Linux的版本很多,麻烦各位挑的时候别太随意。
本人在这里吃了很大的亏。
一般来说,版本越新的安装的难度就越大。
具体原因是这样的。
Linux的进程机制分两种。
Linuxthreads和NPTL,其中早期的Linux支持前者,随着内核的升级,目前版本的Linux都已经放弃了对Linuxthreads的支持,转为采用NPTL。
很不幸的是,IC5141采用了比较保守的原则,只支持Linuxthreads,所以一定要在支持Linuxthreads的Linux内核下才能够运行。
系统部分:可以选择RHEL或者SLESCaliber需要安装在特定的系统下,不然会出现如下警告:WARNING: This linux release is not supported for use with caliber products.解决方法:选择合适的Linux系统,图中列出了支持的Linux系统按照提示安装SLES,安装过程中确认主语言是英语,副语言是简体中文,从而使EDA工具和openoffice都不会出错!独立显卡的驱动安装:拷贝驱动文件到家目录,然后按Ctrl+Alt+F1,使用root登陆,之后输入init 3,之后找到驱动并运行,等安装完毕,输入init 5,返回图形界面。
Openoffice安装方式:下载地址:/download/解压,并进入rpm文件夹,打开终端并输入rpm –ivh *.rpm进入desktop-integration文件夹,运行freedesktop对应的rpmSLES 11 SP2支持自动加载NTFS格式移动存储介质的方法:先用root终端进入/etc/hal/fdi/policy,然后使用vim新建10-ntfs-3g-policy.fdi并输入以下内容:<?xml version="1.0" encoding="UTF-8"?><deviceinfo version="0.2"><device><match key="volume.fstype" string="ntfs"><merge key="volume.fstype" type="string">ntfs-3g</merge><merge key="volume.policy.mount_filesystem" type="string">ntfs-3g</merge><append key="volume.mount.valid_options" type="strlist">locale=</append></match></device></deviceinfo>然后再建立preferences.fdi并输入以下内容:<?xml version="1.0" encoding="UTF-8"?> <!-- -*- SGML -*- --><!--Some examples how to use hal fdi files for system preferencesYou can either uncomment the examples here or put them in a seperate .fdifile.--><deviceinfo version="0.2"><!--The following shows how to hint gnome-volume-manager and other programsthat honor the storage.automount_enabled_hint to not mount non-removable media.--><device><match key="storage.hotpluggable" bool="false"><match key="storage.removable" bool="false"><merge key="storage.automount_enabled_hint" type="bool">false</merge></match></match></device></deviceinfo>最后运行如下代码:/etc/init.d/haldaemon restart去下载最新的ntfs-3g源文件包ntfs-3g_ntfsprogs-****.tgz 解压,进入到解压文件夹并开启终端,在终端中依次输入:./configuremakemake install (此命令必须以root执行)等执行完毕,NTFS格式的移动硬盘就能像U盘一样自动挂载!IC5141部分:需要:base包和USR6 update包IC5141_bse包:ed2k://|file|Cadence.Base.IC5141.Lnx86.3CDs[.ck].rar|1201102747|A4DE108A291CC6BDD86D8E46D3E5 A677|h=PWYDUTUBIMHDVZ2EDLNMRNAKGAVIWJFA|/USR6_update包:/viewthread.php?tid=219912&highlight=USR6安装软件:解压和放置IC5141_base包和USR6_update包到/home/kury/cadence_install,文件夹分别命名为base和update。
c@dence_i_c5141和mm$im61的安装过程和配置方法。
系统的考虑,按照道理来说应该是所有的linux系统都能安装运行i_c5141的,只不过因为各个linux组件实现不完全统一,所以在安装i_c5141的时候会出现各种问题,但是只要你有相关linux系统的知识,对于linux一些基本设计理念比较熟悉的话,应该都是可以通过调整系统来安装运行i_c5141的。
安装i_c5141的过程实际上就是一个根据c@dence给出的错误信息进行debug的过程,你把所有的bug都解决了,软件也就自然能运行了。
现在已知可以运行i_c5141的系统rehl,centos,suse,ubuntu还有archlinux。
推荐使用的系统是rehl或是centos,这两个应该是兼容性最好的,当然下面的安装过程还是以archlinux为例来讲解的。
1 确认所用linux系统的tar版本在1.14以下,否则不能正常解压安装包。
2 下载安装包,包括:Update_IC50.46.006_lnx86_1of4.tarUpdate_IC50.46.006_lnx86_2of4.tarUpdate_IC50.46.006_lnx86_3of4.tarUpdate_IC50.46.006_lnx86_4of4.tarCadence.Base.IC5141.Lnx86.3CDs[.ck].rar,---这个是5141的三个base包合成一个了。
Base_MMSIM61_lnx86_1of2.tarBase_MMSIM61_lnx86_2of2.tar用tar xvf filename全部解压缩,将得到的update包放在一个文件夹内,如/ic/IC50.46.006_lnx86.Update,base包会解压到另一个文件夹,如/ic/base_5141,将mm_sim的cd1和cd2放在另一个文件夹内,如/ic/mm_sim。
中国联通现场写卡系统读卡器及OCX安装说明一、读卡器安装目前现场写卡系统使用的读卡器共两款,一款为带OK标识的OMNIKEY 1021读卡器,一款为带SCM标识的SCR3310 v2.0读卡器,即使有些windows系统自带此二款读卡器的驱动,当读卡器插入后自动安装了驱动,也要按下列步骤重新安装驱动程序。
安装操作步骤如下:OMNIKEY 10211.将读卡器的数据连接线插入电脑的USB口;2.运行安装驱动程序;点击“Next”选择“I accept the terms in the license agreement”后,点“Next”;点击“Install”点击“Finish”安装成功。
SCR3310 v2.01.将读卡器的数据连接线插入电脑的USB口;2.运行安装驱动程序;选择“I accept the terms in the license agreement”后,点“Next”;点击“Install”点击“Finish”安装成功。
二、IE安全设置1.将添加到信息站点;具体操作步骤如下:a)打开IE浏览器,点击“工具”;b)点击“Internet 选项”;c)点击“安全”选择“可信站点”;点击“站点”,输入/,注意将“对该区域中的所有站点要求服务器认证(https:)(S)”的方框中的“√”点掉,点击“添加”,然后点击“关闭”;2.设置信任站点级别添加到信息站点;具体操作步骤如下:a) 选择“可信站点”,点击“自定义级别”;b) 选择级别下拉框中的“低”,点击“确认”。
三、OCX控件安装1.下载driver.zip到本地,解压后,点击“ CardX_setup.exe”安装文件执行安装(如果为win7 或vista操作系统,选择CardX_setup.exe,点击右键以管理员身份安装)。
具体过程见下图:点击“Next”中国联通现场写卡系统读卡器及OCX安装说明最后点击“FINISH”,完成安装。
******************前序******************************************Red Hat Enterprise Linux Server 5不支持安装IC5141,需要安装IC610或者更高版本,所以这里采用的是Red hat Enterprise 4。
下面是建立的两个linux下的用户,后面这个xue是自己建立的用户,用于安装后仿软件.因为要改变环境变量,所以还是自己建立一个用户比较好,不要用root用户.超级账户:root 密码111111普通用户:xue 密码111111linux命令大全http://linux.chinaitlab。
com/special/linuxcom/(1)adduser xue (在系统中增加xue用户)(2) passwd xue (为xue用户设置密码,记住该密码)解压缩tar文件tar –xvzf [文件名]或者直接右键extract创建文件夹的桌面快捷方式ln -s /mnt/hgfs/xpshare/ /root/Desktop/关机shutdown -h now 重启rebootLinux设置在原窗口下打开子窗口选择File Browser然后edit-Preferences钩上*********************************************************************安装虚拟机:直接点击安装文件安装。
虚拟机软件的安装省略,非常简单,跟普通软件安装一样。
(有一点要注意:64位的WIN7系统要选择典型安装,不要全部安装,否则安装不成功)安装red hat 4:选择New Virtual Machine选择Linux,版本Red Hat Enterprise Linux 4选择第一个a single file 在虚拟机界面上选择菜单栏的VM,点击这个菜单底下的Settings,会出现如下图。
cadence5141安装与指令说明cadence 5141 安装在linux下安装cadence(设定安装文件放在windows下d盘,为hda5)1切换用户到超级用户:(以下均省略提示符,隔行表示直接输入的字符)Su /切换用户,缺省为超级用户,若是切换普通用户在su后空格加用户名888888 /超级用户密码cd / /至系统根目录2 在系统根目录下建立一个安装目录,如edamkdir eda /建立安装目录文件chmod –R 755 eda /更改文件属性使之能够被普通用户使用chown -R b704:b704 eda /具体释放权限给某个用户3 创建挂载点和执行安装的临时文件cd /mntmkdir evol 挂载d盘的文件夹.起引导作用,不是实际存储mkdir cdrom /用于挂载iso文件,类似光驱mkdir temp4 挂载文件mount /dev/hda5 /mnt/evol /将windows下的硬盘d挂载到本地挂载点cd /mnt/evoldircp -r ic5141 /mnt/temp /将安装文件放置在临时文件夹cd /mnt/tempdircd ic5141dirmount -o loop cd1.iso /mnt/cdrom /挂载iso文件到光驱cd /cd /mnt/cdromdir.setup.sh /执行安装文件5 根据提示进行安装,基本上选择默认设置即可:须注意三点选择安装内容的时候,选a 即全选提示安装信息置放在哪时.选择4(anolog catalog,而不选择默认的2-email)最后确定安装的路径的时候输入以下信息/eda/ic51,自动会提示在eda下创建ic51文件安装进行过程中加入新的iso文件时另开终端执行,安装结束即执行了100%时,选择q退出即可,不需理会其他选项.6 安装结束,在安装ic5141的目录下即/eda/ic51 下新建一个文件夹license,然后将license.dat拷贝到此目录下,具体文件放在mnt/temp/ic5141/lic_setings/license(这一步可以直接在文件系统里拷贝)7 将文件/eda/ic51/tools.lnx86重命名,命令为:(cd /eda/ic51)ln -s tools.lnx86 tools8 将配置文件.bashrc 和.cdsinit文件拷贝到个人用户的根目录下具体配置文件放在/mnt/temp/ic5141/lic_setings 个人用户根目录/home/b704cd /mnt/temp/ic5141/lic_setingscp .bashrc /home/b704cp .cdsinit /home/b7049 用vi命令打开.bashrc 文件,把安装路径修改成与安装路径相一致并保存: /eda/ic51vi /home/b704/.bashrc (最好先进入子目录cd /home/b704) 将修改好的.bashrc 文件写入内存source .bashrc10 运行icfb&, 没用问题即可使用.将u盘挂载在linux下的命令是:mkdir /mnt/usbmount -t vfat/dev/sda1/mnt/usb当出现没有读写权限的文件,需要释放权限的话,比如是/home/b704/m 文件夹下的文件有如下问题时chown -R b704:b704/home/b704/m使用Cadence需要加入Library的问题:以使用chrt库为例先将chrt的库文件拷贝到/home/b704/chrt 下这一步可以直接进行文件夹一级的操作,不用使用命令格式运行icfb& 在菜单选项处的tool里选择Library manager->进入新一级的窗口编辑框选择edit ->Library path 又进入一级窗口编辑框选择edit->add Library. 出现一个路径选择窗口chrt chrt _basic 在此添加chrt chrt_dig_basic命令说明用户切换命令su 默认设置为超级用户root,需要以密码进入;若进入普通用户的话:su用户名进入文件命令cd 如:cd/mnt/evol 返回上一次进入的目录路径:cd --返回到root 根目录:cd创建文件命令用mkdir直接创建全路径,如mkdir /mnt/temp/usb 或者是先进入cd /mnt/temp 再创建目录mkdir usb显示文件命令有两种形式ls/mnt/temp 这种方式并没有改变提示符所显示的目录路径cd /mnt/temp 进入目录路径再现是目录文件:dir文件拷贝命令cp –r 源文件路径目录文件路径如cp -r /mnt/evol/ic5141 /mnt/temp 若拷贝的仅仅是文件不用添加-r选项.重命名命令ln –s 源文件目的文件这个命令的重命名是新建一个文件,对源文件的东西进行复制,并不会对源文件做任何处理,即源文件仍然不错修改的存在删除文件命令rm 目的文件rm -r 目的目录root下的mnt目录文件是专门为挂载外来文件的,常用于挂载如windows操作系统下的硬盘,usb 接口等:将u盘挂载再linux下的命令是:mkdir /mnt/usbmount -t vfat/dev/sda1 /mnt/usb挂载windows下的硬盘mount/dev/hda5 /mnt/evol (如d盘) 挂载镜像文件iso文件mount –o loop **.iso /mnt/cdrom当出现没有读写权限的文件,需要释放权限的话,比如是/home/b704/m 文件夹下的文件有如上问题时chmod -R 755 /home/b704/m /更改文件属性使之能够被普通用户使用chown -R b704:b704 /home/b704/m /具体释放权限给某个用户vi命令时可以对文件进行编辑的命令.通常这种被操作不是文件夹,而是个可编译的文件.修改用户进口令Passwd注意创建用户必须是以root用户名进入才可以执行Useradd 用户名Passwd 用户名输入密码并予以确认.清楚当前屏幕信息Clear。
Calibre安装本楼解释如何安装和破解Calibre2022:某86_cal_2022.2_34.26_mib.e某e[Calibre32bit版本]i某l_cal_2022.2_34.26_mib.e某e[Calibre64bit版本]当然了,如1楼解释,intall.i某l不必须,32bit和64bit版本二者选一即可。
========================================================现在开始安装软件,配置环境以及licene:1.安装Calibre1.1安装路径,我自己喜欢安装到“/ur/local/mentor”目录下,当然您可以安装到别处也行。
1.3安装方法2:将“某86_cal_2022.2_34.26_mib.e某e”或“i某l_cal_2022.2_34.26_mib.e某e”复制到您的安装目录下(因为我安装的32bit的Calibre,所以以下多以“某86_cal_2022.2_34.26”为例,安装64bit的朋友自己注意替换以下啦)。
发现Mentor的软件都是默认安装在源文件所在的目录的,所以想装到那儿就拷到哪儿。
接着执行“./某86_cal_2022.2_34.26_mib.e某e”或“./i某l_cal_2022.2_34.26_mib.e某e”。
至步骤1.4。
1.3.1如遇到权限问题,直接“chmod777”吧。
1.3.2如果遇到“uudecode”的问题,装“harutil-4.6.1-2.i386.rpm”包吧(见步骤2.2)。
1.4安装方法2:接下来安装过程会询问是否同意协议的问题,想学蝌蚪文就P键+回车:(P)ageThough一页页地看下,不想烦就D键+回车:(D)iplay一下。
总之后面是“ye+回车”。
(没辙,不同意不给装啊…)1.5等着进度条到底,安装就完成一半鸟!-------------------------------------------------------------------------------------------------------------2.生成licene:2.1首先需要说明的是,如果您机器上已经有Calibre2022(包括以上)的licene,本步骤请无视。
操作系统:CentOS-5.5-i386;虚拟机:VMwareWorkstation-6;软件:cadence ic5141 USR6和Base 1、安装CentOS-5.5,在软件定制部分需要立即定制,然后选择旧版支持,Java软件等等。
软件定制选择如下:桌面环境全选;应用程序全选;开发全选;基本系统全选;虚拟化全选;服务器选windows文件服务器,万维网服务器,打印支持。
2、由于CentOS-5.5的tar-1.15.1,sort-5.97,expr-5.97版本过高,需要用tar-1.14,sort-5.2.1,expr-5.2.1才能正常解压安装,而这几个程序可以在CentOS-4.8中找到。
之后,使用root账户登录,分别对应替换高版本的/bin/tar,/bin/sort,/usr/bin/expr。
此处记得备份CentOS-5.5的原件哦!(另外,我也给出了CentOS-4.8和CentOS-5.5中的程序,以便大家下载)3、新建一个用户kury(这个根据喜好,但此处我用kury说明),在/home/kury目录中新建文件夹cadence_install。
之后,在cadence_install里面新建文件夹base,update,用于存放IC5141的base 包跟update包。
base包在电驴上有:ed2k://|file|Cadence.Base.IC5141.Lnx86.3CDs[.ck].rar|1201102747|A4DE108A291CC6BDD86D8E46D3E5 A677|h=PWYDUTUBIMHDVZ2EDLNMRNAKGAVIWJFA|/USR6 update包在论坛里有:/viewthread.php?tid=219912&highlight=USR6此处需要说明,在CentOS-5.5下安装必须要有这两个包,不然不能运行cadence!!!4、解压:Cadence.Base.IC5141.Lnx86.3CDs[.ck] 得到三个base包,一个cadence_license_full.dat;解压:Update_IC50.46.006_lnx86得到四个update包。
ISE及MODESIM安装步骤一、I SE的安装步骤(注意,要先安ISE再安Modesim)1、双击目录下的“setup.exe”,如下图所示2、按照安装向导的提示,完成安装后,需要给ISE打补丁(注意:要先打补丁,后装IP)。
安装补丁只需要双击相应的补丁文件即可完成,如下图所示注意:打补丁的时候要注意相应的chipscope的版本号,ISE所打的补丁要对应上相应的chipscope。
如上图中,chipscope的版本号是9_1_03i ,那么,ISE所要打的补丁的版本号也就应该是9_1_03i。
3、安装IP。
安装IP和打补丁的方法相同,找到相版本的IP,双击“setup_nt.exe”就可以完成安装,如下图所示:二、安装Modesim的方法。
1、安装Modesim主程序。
双击Modesim安装目录中的“setup.exe”,安装Modesim主程序,如下图所示:2、更改环境变量。
Modesim主程序安装完成后,还不能运行Modesim,需要更改环境变量,具体方法见下面图示:1)设置变量名右键单击“我的电脑”→“属性”→“高级”→“环境变量”→在“系统变量”下点“新建”→在“变量名”中输入“MGLS_LICENSE_FILE”。
暂时不要点确定。
2)获得变量值(步骤如下)按快捷键“window+R”→输入“cmd”→在命令行中输入“ipconfig /all”,找电脑的mac地址。
双击Modesim目录下的“keygen.exe”,并输入刚查到的主机MAC地址,点击Generate,便可建立一个叫“license.dat”的文件,注意看这个文件建立的时间是不是当前时间,如果不是,那这个文件可能不是刚才建立的。
将建立的文件粘贴到Modesim安装目录下的“wen32”文件夹中,如下图所示:然后,在环境变量的“变量值”里,输入这个文件的位置,如上如中,就应该输入“C:\Modeltech_6.2b\win32\license.dat”3、编译本地库1)在“运行”中,输入以下命令“compxlib -s mti_se -f all -l all -o C:\Modeltech_6.2b\xilinx_libs”注意:“-o”是小写字母“o”,在输入命令时,需要重新输一下,因为有时候系统可能会把它变为数字“0”。
系统部分:可以选择RHEL或者SLESCaliber需要安装在特定的系统下,不然会出现如下警告:WARNING: This linux release is not supported for use with caliber products.解决方法:选择合适的Linux系统,图中列出了支持的Linux系统按照提示安装SLES,安装过程中确认主语言是英语,副语言是简体中文,从而使EDA工具和openoffice都不会出错!独立显卡的驱动安装:拷贝驱动文件到家目录,然后按Ctrl+Alt+F1,使用root登陆,之后输入init 3,之后找到驱动并运行,等安装完毕,输入init 5,返回图形界面。
Openoffice安装方式:下载地址:/download/解压,并进入rpm文件夹,打开终端并输入rpm –ivh *.rpm进入desktop-integration文件夹,运行freedesktop对应的rpmSLES 11 SP2支持自动加载NTFS格式移动存储介质的方法:先用root终端进入/etc/hal/fdi/policy,然后使用vim新建10-ntfs-3g-policy.fdi并输入以下内容:<?xml version="1.0" encoding="UTF-8"?><deviceinfo version="0.2"><device><match key="volume.fstype" string="ntfs"><merge key="volume.fstype" type="string">ntfs-3g</merge><merge key="volume.policy.mount_filesystem" type="string">ntfs-3g</merge><append key="volume.mount.valid_options" type="strlist">locale=</append></match></device></deviceinfo>然后再建立preferences.fdi并输入以下内容:<?xml version="1.0" encoding="UTF-8"?> <!-- -*- SGML -*- --><!--Some examples how to use hal fdi files for system preferencesYou can either uncomment the examples here or put them in a seperate .fdifile.--><deviceinfo version="0.2"><!--The following shows how to hint gnome-volume-manager and other programsthat honor the storage.automount_enabled_hint to not mount non-removable media.--><device><match key="storage.hotpluggable" bool="false"><match key="storage.removable" bool="false"><merge key="storage.automount_enabled_hint" type="bool">false</merge></match></match></device></deviceinfo>最后运行如下代码:/etc/init.d/haldaemon restart去下载最新的ntfs-3g源文件包ntfs-3g_ntfsprogs-****.tgz 解压,进入到解压文件夹并开启终端,在终端中依次输入:./configuremakemake install (此命令必须以root执行)等执行完毕,NTFS格式的移动硬盘就能像U盘一样自动挂载!IC5141部分:需要:base包和USR6 update包IC5141_bse包:ed2k://|file|Cadence.Base.IC5141.Lnx86.3CDs[.ck].rar|1201102747|A4DE108A291CC6BDD86D8E46D3E5 A677|h=PWYDUTUBIMHDVZ2EDLNMRNAKGAVIWJFA|/USR6_update包:/viewthread.php?tid=219912&highlight=USR6安装软件:解压和放置IC5141_base包和USR6_update包到/home/kury/cadence_install,文件夹分别命名为base和update。
进入update的CDROM1,运行SETUP.SH文件。
(……文字提示或者说明省略……)Located CDROM at /home/kury/cadence_install/update/CDROM1Specify path of install directory[OR type [RETURN] to exit]: /home/kury/cadence_ic5141 输入安装目录Setting up softload for lnx86 in /home/kury/cadence_ic5141SoftLoad has been successfully setup in the directory:/home/kury/cadence_ic5141You can install or update products by running:/home/kury/cadence_ic5141/install/bin.lnx86/softloadDo you want to start softload? [y/n]: y 选择开始-------------------MAIN MENU----------------------The available options are:1) Load Available Products2) List Installed Products3) Remove Installed Products4) (unavailable option) Configure Installed Products5) (unavailable option) Test Installed Products6) Update Installed Productsh) Helpq) QuitType your choice: [ 1 ] 按“回车”选择1)CD#1 of the media set being used is required.You must now identify where the CD-ROM is mounted.1) Local (mounted to this machine)2) Remote (mounted to another machine)m) Main Menuh) HelpType your choice: [ 1 ] 按“回车”选择1)Specify the CD-ROM mount point1) /cdrom2) Otherm) Main Menup) Previous Menuh) HelpType your choice: [ 2 ] 按“回车”选择2)Type the CD-ROM mount point:[ /home/kury/cadence_install/update/CDROM1 ]“回车“确认路径Extracting installation information from CD#1.Do you want to view the README file?Please press y (yes) or n (no) : n没必要看README,选择nWhere is the installation information?1) (unavailable option) Work Order2) E-mail File3) Tape4) Cadence Catalog5) Documentation Catalogh) Helpp) Previous Menuq) QuitType your choice: [ 2 ] 4选择4)Loading appropriate product installation information...Retrieving product status...The following products can be installed. If you do not select allof them, you can select products by their numbers.Product Description size(KB) status1) On_hold: On_hold 1 available (lnx86)2) SPECTREBASIC: Spectre(R)-Basic Advanced Circui 584734 available (lnx86) ………………………………………………………………………………………………………83) 71520: Diva(R) Physical Verification and Extra 827846 available (lnx86)84) 90001: Virtuoso(R) Multi-mode Simulation 1156139 available (lnx86)a) All of the aboven) None of the abovep) Previous MenuType your choice (a,n,p,1-3,2 5 9 ...): a 全部选择You have selected the following products:1) On_hold: On_hold 1 available (lnx86)2) SPECTREBASIC: Spectre(R)-Basic Advanced Circui 584734 available (lnx86) ………………………………………………………………………………………………………83) 71520: Diva(R) Physical Verification and Extra 827846 available (lnx86)84) 90001: Virtuoso(R) Multi-mode Simulation 1156139 available (lnx86) Are your selections correct? [y/n] y 确认选择The following media is required:IC5141 lnx86 P/N 356-70352-0501 CDROM # 1IC5141 lnx86 P/N 356-70352-0502 CDROM # 2IC5141 lnx86 P/N 356-70352-0503 CDROM # 3IC5141 lnx86 ISR 200811110850 CDROM # 1IC5141 lnx86 ISR 200811110850 CDROM # 2IC5141 lnx86 ISR 200811110850 CDROM # 3IC5141 lnx86 ISR 200811110850 CDROM # 4Press [Return] to proceed, q to quit : 按“回车”确认需要的包Checking for IC5141 lnx86 ISR 200811110850 CDROM # 1 .........Extracting control programs .........Updating package installation information.................................... (……等待……)Checking data files...Executing control programs (pre-load) ...Checking IC5141 lnx86 ISR 200811110850 CDROM # 1 ...loading SEVcdnWrap10.00-p001 ..............Installation of SEVcdnWrap10.00-p001 completeTotal Installation 1 % done(……等待……)loading xlUI64b50.46-p601lnx86 ........................................ Installation of xlUI64b50.46-p601lnx86 completeTotal Installation 97 % doneChecking IC5141 lnx86 P/N 356-70352-0501 CDROM # 1 ...Mount IC5141 lnx86 P/N 356-70352-0501 CDROM # 1 .This CD-ROM is IC5141 lnx86 ISR 200811110850 CDROM # 1 .Your package selections require IC5141 lnx86 P/N 356-70352-0501 CDROM # 1.1) Mount IC5141 lnx86 P/N 356-70352-0501 CDROM # 1 on /home/kury/cadence_install/update/CDROM1and install packages contained on it.2) Skip IC5141 lnx86 P/N 356-70352-0501 CDROM # 1 andproceed with the installation.IC5141 lnx86 P/N 356-70352-0501 CDROM # 1is NOT available at this time.3) IC5141 lnx86 P/N 356-70352-0501 CDROM # 1 already mounted on /home/kury/cadence_install/update/CDROM1, continue.4) Change CD-ROM mount point.m) Main MenuType your choice: 4 更改安装源位置You must now identify where the CD-ROM is mounted.1) Local (mounted to this machine)2) Remote (mounted to another machine)m) Main Menuh) HelpType your choice: [ 1 ] 按“回车”选择1)Specify the CD-ROM mount point1) /cdrom2) Otherm) Main Menup) Previous Menuh) HelpType your choice: [ 2 ] 按“回车”Type the CD-ROM mount point: [ /home/kury/cadence_install/update/CDROM1 ] /home/kury/cadence_install/base/CDROM1 更改安装源为IC5141_base包(……等待……)loading edif300userDoc05.10-p002 ......................................Installation of edif300userDoc05.10-p002 completeTotal Installation 100 % doneChecking the installed products...Updating status of installed products...Cleaning up...The products you selected have now been loaded.Continue the installation by configuring the products you just loaded.*****************************************CONFIGURATION IS NOW REQUIRED for products using OpenAccess version2.2 and later. For more information, refer to the release README filefound on the top level of the CDROM.*****************************************Check the ~install/tmp/install.history file for the list of productsaffected by this install.-------------------MAIN MENU----------------------The available options are:1) Load Available Products2) List Installed Products3) Remove Installed Products4) Configure Installed Products5) (unavailable option) Test Installed Products6) Update Installed Productsh) Helpq) QuitType your choice: [ 1 ] 2 选择2)Specify the operating system of the products:No. Operating system1) Solaris Operating System (sun4v)2) Linux Operating System (lnx86)3) Itanium Linux Operating System (lni64)4) HP-UX Operating System (hppa)5) IBM AIX Operating System (ibmrs)Type your choice [ 1 - 5 ]:2选择32bit_lnx86Retrieving product status...On_hold: On_hold 1 installed SPECTREBASIC: Spectre(R)-Basic Advanced Circuit Si 584734 installedTW01: Cadence(R) team design manager 515598 installed ………………………………………………………………………………………………………71520: Diva(R) Physical Verification and Extractio 827846 installed90001: Virtuoso(R) Multi-mode Simulation 1156139 installedPress [RETURN] to continue: 按“回车”确认安装-------------------MAIN MENU----------------------The available options are:1) Load Available Products2) List Installed Products3) Remove Installed Products4) Configure Installed Products5) (unavailable option) Test Installed Products6) Update Installed Productsh) Helpq) QuitType your choice: [ 1 ] 4 选择4)-------------CONFIGURATION INFORMATION MENU---------------Select one of the following:1) System-level Configuration2) User-level Configurationm) Main Menuh) HelpType your choice: [ 1 ] 按“回车”选择系统级Select the products to configure:1) 111: Cadence(R) Design Framework II2) 12141: Cadence(R) Design Framework Integrator' ………………………………………………………………………………………………………67) TW01: Cadence(R) team design manager68) TW02: Cadence(R) team design project adminsitra) All of the aboven) None of the aboveType your choice (a,n,p,1-3,2 5 9 ...): a 选择全部You have selected the following products:1) 111: Cadence(R) Design Framework II2) 12141: Cadence(R) Design Framework Integrator' ………………………………………………………………………………………………………67) TW01: Cadence(R) team design manager68) TW02: Cadence(R) team design project adminsitr Are your selections correct? [y/n] y 确认选择You have the choice whether to configure the Stream Manager now or at a laterdate. If you choose to do it later, you can either run Softload configurationagain, or type/home/kury/cadence_ic5141/tools.lnx86/stream_mgt/install/installDo you want to configure the Stream Manager now? (y/n) : y 确认开始配置Installing Stream Manager tools.Enter full network path name of required installation directory(<CR> = /home/kury/smTool03.00-s009) : /home/kury/cadence_ic5141/smTool03.00-s009输入安装目录,不更改smTool03.00-s009Cannot locate an existing Cadence registry root directory through theCDS_REGISTRY_ROOT environment variable or in the default location/home/kury/cadence_ic5141/smCdsReg.Enter full network path name for Cadence registry root directory(<CR> = /home/kury/cadence_ic5141/smCdsReg) :按“回车”确认安装位置Cannot locate an existing local registry root directory through theLOCAL_REGISTRY_ROOT environment variable or in the default location/home/kury/cadence_ic5141/smLocal.Enter full network path name for local registry root directory(<CR> = /home/kury/cadence_ic5141/smLocal) : 按“回车”确认安装位置Configuration completed.Proceeding with configuration of lfvhdCompSynergy users must install these librariesInstall Valid library and Sim primitives? (<cr> = n): y 确认安装Install XL library and Gate primitives? (<cr> = n): y 确认安装Installation of Leapfrog Analyzer and Design libraries completePrepare libraries for AMS Designer1) Add an IUS installation directory to path2) Quit#? 2 没有安装IUS,退出In order to compile libraries later, please invoke amsLibCompile.Product Configuration completed.-------------------MAIN MENU----------------------The available options are:1) Load Available Products2) List Installed Products3) Remove Installed Products4) Configure Installed Products5) (unavailable option) Test Installed Products6) Update Installed Productsh) Helpq) QuitType your choice: [ 1 ] q 安装完成,退出配置IC5141:进入/home/kury/cadence_ic5141/tools/dfII/samples目录,复制local,然后黏贴到/home/kury/cadence_ic5141/tools/dfII目录,并进入该目录下的local中,找到cdsinit,把文件名修改为 .cdsinit把下载得到的license改名为license.dat,并且复制到/home/kury/cadence_ic5141/share/license 目录中。