详细图文IC5141安装说明
- 格式:doc
- 大小:183.00 KB
- 文档页数:30
第二章.Virtuoso Editing的使用简介全文将用一个贯穿始终的例子来说明如何绘制版图。
这个例子绘制的是一个最简单的非门的版图。
§ 2-1 建立版图文件使用library manager。
首先,建立一个新的库myLib,关于建立库的步骤,在前文介绍cdsSpice时已经说得很清楚了,就不再赘述。
与前面有些不同的地方是:由于我们要建立的是一个版图文件,因此我们在technology file选项中必须选择compile a new tech file,或是attach to an exsiting tech file。
这里由于我们要新建一个tech file,因此选择前者。
这时会弹出load tech file的对话框,如图2-1-1所示。
图2-1-1在ASCII Technology File中填入csmc1o0.tf即可。
接着就可以建立名为inv的cell了。
为了完备起见,读者可以先建立inv的schematic view和symbol view(具体步骤前面已经介绍,其中pmos长6u,宽为0.6u。
nmos长为3u,宽为0.6u。
model 仍然选择hj3p和hj3n)。
然后建立其layout view,其步骤为:在tool中选择virtuoso-layout,然后点击ok。
§ 2-2绘制inverter掩膜版图的一些准备工作首先,在library manager中打开inv这个cell的layout view。
即打开了virtuoso editing窗图2-2-1 virtuoso editing窗口口,如图2-2-1所示。
版图视窗打开后,掩模版图窗口显现。
视窗由三部分组成:Icon menu , menu banner ,status banner.Icon menu(图标菜单)缺省时位于版图图框的左边,列出了一些最常用的命令的图标,要查看图标所代表的指令,只需要将鼠标滑动到想要查看的图标上,图标下方即会显示出相应的指令。
关于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。
规格说明书SGD5141XX无线充电(带锂电保护)接收芯片版本1.5 安 浩 芯保留不预先通知而修改此文件的权利目录1.概述 (3)2.特性 (3)3.引脚说明 (4)4.功能模块框图 (5)5.封装尺寸图 (6)6.编号说明 (7)7.应用电路图 (8)8.无线充电 (9)9.通信功能 (9)10.状态指示 (9)11.过温保护功能 (10)12.过流、短路保护和自动恢复功能 (10)13.过放电保护功能 (11)14.极限工作条件 (11)15.电气参数 (12)16.修改记录 (13)1. 概述SGD5141是一款无线充电接收+锂电保护芯片,其集成通讯、高频整流、频率控制、充电状态指示、过温保护、过流保护、锂电保护等功能,外围器件精简到只需要一个小电容,带上模拟混合数字的技术,使整机可靠性更高,应用更加灵活简洁。
在小体积的产品上应用更加有优势和效率更高。
应用范围广:数码产品(智能手表、手环、耳机……),以及各类需要防水、外观讲究和充电方便的手持产品。
2. 特性◆内置的功率级采用低电阻NMOS FET技术确保高效率与低功耗◆内置模拟+数字解调,减少外围器件,通讯更加可靠灵活◆充电状态和电池状态可以给指示◆免调试,自动连接◆自动功率控制◆过热保护功能(OTP)◆欠压保护功能(UVLO)◆过流保护功能(OCP)◆短路保护功能(SCP)◆外围电路简单到一个电容,体积小,安装方便◆静态电流小于6uA,过放电保护后电流小于1uA◆电池保护功能◆充电电压检测精度高◆锂电保护◆多芯片并联,增加充电电流3. 引脚说明SOT23-6:DFN6L(2*2)4. 功能模块框图5. 封装尺寸图SOT23-6DFN6L(2mm*2mm)DFN6L(0202X0.75-0.65) 封装尺寸图6.编号说明封装形式:S表示SOT23-6充电电流:1表示100mA充电结束电压:4表示4.2V表示无线接收IC品牌7.应用电路图单芯片电路图并联芯片电路1、C1电容尽量靠近芯片,到芯片VDD和GND的走线尽量短和粗,如果电池的引线比较长,那么要加大C1的容量2、C1电容请使用NPO电容3、电池的引线到芯片的VDD和GND尽量短和粗4、由于采用的是高频磁耦合传输电能,为了减少高频的趋肤效应,用铜线绕制线圈时,可以采用多股线,画PCB或FPC时用双面板而且走线尽量宽5、LAYOUT时注意,跟芯片底部金属和GND引脚相连的铜皮尽量大和厚,目的这样可以帮助芯片散热和减低导通内阻,从而增加转换效率和提高系统的稳定性8.无线充电芯片内部集成无线充电管理电路,VCHG端口跟接收线圈相连,发射线圈发生的交变磁场,会使放在附近的接收线圈接收到AC信号,芯片内部的高压整流电路会把接收到AC信号整理成DC电源提供给电池充电,当电池电压小于2.7V时实行涓流充电,大于2.7V实现恒流充电,充电到电池电压大约4.15V时,会转成类似恒压的涓充,充电到4.2V时结束充电,充电结束电压精度是1%。
1Synopsys工具的安装1.1 文件结构安装CentOS 4.5操作系统,选择安装成server,在安装过程中选择全部安装,语言采用ENGLISH。
在安装之前,需要有个很好的文件管理结构,将所有的EDA工具按照有效的文件结构安装,并且有效的管理license。
文件结构图如下:在根目录下建立CAD,用来保存所有的安装工具1.2 DC工具安装DC安装文件是syn_v2006.06,使用synopsysinstaller安装文件启动安装程序。
在普通用户下解压DC安装文件里面的压缩文件,一共两个文件:syn_v2006.06-SP6-20070820_amd64.tar和syn_v2006.06-SP6-20070820_common.tar。
同时,解压synopsysinstaller文件里的installer_v1.6.tar,该文件含有安装程序。
在synopsysinstaller目录下,使用命令行输入“./setup.sh”打开安装界面,按照如下图所示的安装步骤一步一步安装即可完成。
1.3 安装primetime和formalitypt_vZ-2007.06-SP3-3是pt工具,用于静态时序分析,fm_vZ-2007.06是formality工具,用于形式验证。
这些安装根据synopsysinstaller的引导一步步安装就可以了,和DC的安装一样,过程完全一样,在这里不再解释。
1.4 安装synopsys的SOLD用户使用手册SOLD用户使用手册的安装文件是SOLD-2007.03.tar.zip,将其解压得到SOLD-2007.03文件夹,解压你所要安装的目录,即可使用。
要想阅读SOLD,还需要安装pdf阅读器,使用AdobeReader_enu-7.0.1-1.i386.rpm安装文件,双击即可完成安装。
1.5 Synopsys工具的破解首先要添加一个普通用户,该用户用于安装及使用各种EDA工具,不推荐使用root用户进行安装和运行。
操作系统: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包。
本安装教程是根据网上教程及我个人的安装经验总结而成。
平台为Ubuntu10.10,Cadence版本为IC5141 USR6。
CentOS上的安装可以参照本教程的“安装Cadence“部分。
关于linux系统:与Cadence兼容最好的是redhat系列,比如CentOS5系列。
对于这类操作系统,可直接参考“安装Cadence“的步骤,无需前后的处理。
而对于有着广大用户群体的Ubuntu,需要在安装Cadence之前和之后进行许多额外的处理。
根据网上的教程和我个人的实践,总结如下。
并非所有的操作都是必须的,有些是多余的。
保险起见,建议不要省略。
需要注意的是:csh和ksh一定要安装,这个是必须的,否则安装成功也无法启动。
下面就以Ubuntu10.10为例讲解。
我的建议是USR和Base都要安装,因为也不麻烦,而且我也提供了安装包。
有些linux下的基本操作还请用户有所了解。
安装Cadence前:Ubuntu缺少某些库,故需要安装。
1. 终端输入sudo apt-get install libelf1sudo apt-get install kshsudo apt-get install nscdsudo apt-get install policykitsudo apt-get install ureadaheadsudo apt-get install csh2. 设置必要的链接sudo ln -s /usr/bin/awk /bin/awksudo ln -s /usr/bin/firefox /usr/bin/netscapesudo ln -s /usr/lib/libstdc++-3-libc6.2-2-2.10.0.so /usr/lib/libstdc++-libc6.1-1.so.23. 安装en_US locale(Ubuntu默认使用UTF8)sudo locale-gen en_US4. 把下列语句加入到/etc/X11/xorg.conf : (个人感觉此步骤可省略)Section "Extensions"Option "Composite" "Disable"EndSection如果没有该文件,请新建。
操作系统: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包。
(这些都是我分别在电驴和论坛里下载到的)5、在/home/kury目录中新建cadence_ic5141文件夹作为安装目录,然后进入/home/kury/cadence_install/update/CDROM1/中,在终端中启动SETUP.SH,那么一般会见到以下的安装信息:(根据提示安装,另外,出现 --More-- 的时候按“回车”就可以了)Copyright 1985-1999 by Cadence Design Systems Inc.LICENSED SOFTWARE - REVERSE ASSEMBLY, REVERSE COMPILATION ANDREVERSE ENGINEERING PROHIBITED. The information contained inthis package is the proprietary property of Cadence Design Systems,Inc., or its licensors, and may only be used in accordance withthe Cadence Design Systems license agreement under which thispackage is provided.Restricted Rights Notice to Government UsersUse duplication or disclosure by the Government is subject tothe restrictions as set forth in subparagraphs (c)(1)(ii) of theRights in Technical Data and Computer Software clause atDFARS 252.227-7013. Unpublished - all rights reserved under thecopyright laws of the United States.Cadence Design Systems, Inc.555 River Oaks ParkwaySan Jose, California 95134 USALocated 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]: yStarting up SoftLoad in GUI modeDISPLAY environment variable is set to :0.0If you do not see the SoftLoad consolewindow or the SoftLoad ASCII menu and/home/kury/cadence_install/update/CDROM1/SETUP.SH seems to be hanging then kill this process.Set your DISPLAY environment variable to a propervalue and manually start SoftLoad by typing:/home/kury/cadence_ic5141/install/bin.lnx86/softloadWELCOME TO THECADENCE INSTALLATION UTILITY,SOFTLOAD 6.0Copyright (c) 1996-1998 Cadence Design Systems, Inc. All Rights Reserved. Unpublished -- rights reserved under the copyright lawsof the United States.Copyright (c) 1996-1998 UNIX Systems Laboratories, Inc. Reproducedwith Permission.THIS SOFTWARE AND ON-LINE DOCUMENTATION CONTAIN CONFIDENTIAL INFORMATION AND TRADE SECRETS OF CADENCE DESIGN SYSTEMS, INC. USE, DISCLOSURE, OR REPRODUCTION IS PROHIBITED WITHOUT THE PRIOR EXPRESS WRITTEN PERMISSION OF CADENCE DESIGN SYSTEMS, INC.RESTRICTED RIGHTS LEGENDUse, duplication, or disclosure by the Government is subject torestrictions as set forth in subparagraph (c)(1)(ii) of the Rights in Technical Data and Computer Software clause at DFARS 252.227-7013 or subparagraphs (c)(1) and (2) of Commercial Computer Software -- Restricted Rights at 48 CFR 52.227-19, as applicable.-------------------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 ] 按“回车”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 ] 按“回车”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 ]“回车“Extracting installation information from CD#1.Do you want to view the README file?Please press y (yes) or n (no) : n (这边可以不用看README,我觉得没有必要)Where is the installation information?1) (unavailable option) Work Order2) E-mail File3) Tape4) Cadence Catalog5) Documentation Catalogh) Helpp) Previous Menuq) QuitType your choice: [ 2 ] 4Loading 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)3) TW01: Cadence(R) team design manager 515598 available (lnx86)4) TW02: Cadence(R) team design project adminsitr 515598 available (lnx86)5) 111: Cadence(R) Design Framework II 690134 available (lnx86)6) 206: Virtuoso(R) Simulation Environment 730635 available (lnx86)7) 207: Waveform 363752 available (lnx86)8) 276: Virtuoso(R) Schematic Editor HSPICE Inter 370501 available (lnx86)9) 300_64bit: 64bit Virtuoso(R) Layout Editor 129554 available (lnx86)10) 300: Virtuoso(R) Layout Editor 1045358 available (lnx86)11) 302: Virtuoso(R) Schematic Layout Option 281849 available (lnx86)12) 305: Virtuoso(R) Compactor 337003 available (lnx86)13) 311: Virtuoso(R) Layout Editor Turbo 1057865 available (lnx86)14) 365_64bit: 64bit Dracula(R) Graphical User Int 106801 available (lnx86)15) 365: Dracula(R) Graphical User Interface 787615 available (lnx86)16) 501: ModuleMaker 748842 available (lnx86)17) 550: Structure Compiler 733677 available (lnx86)18) 570: Virtuoso(R) Schematic Composer to design 588319 available (lnx86)19) 681: Cadence(R) RC Network Reducer Option 271342 available (lnx86)20) 900: Cadence(R) SKILL Development Environment 403974 available (lnx86)21) 940: Virtuoso(R) EDIF 200 Reader 483060 available (lnx86)22) 945: Virtuoso(R) EDIF 200 Writer 484674 available (lnx86)23) 952: Virtuoso(R) EDIF 300 Connectivity Reader/ 486782 available (lnx86)24) 953: Virtuoso(R) EDIF 300 Schematic Reader/Wri 485168 available (lnx86)25) 960_64bit: 64bit Virtuoso(R) STREAM Interface 32468 available (lnx86)26) 972: SDLIN 515598 available (lnx86)27) 974: CDLIN 524888 available (lnx86)28) 3000: Virtuoso(R)-XL Layout Editor 1691420 available (lnx86)29) 3011: Virtuoso XL Basic 1691420 available (lnx86)30) 3111: Virtuoso LE Turbo Basic 1057865 available (lnx86)31) 4000: Virtuoso(R) Chip Editor 79397 available (lnx86)32) 5100: Virtuoso(R) Layout Migrate 14028 available (lnx86)33) 9000: Release Information for System Admins 383771 available (lnx86)34) 12141_64bit: 64bit Cadence(R) Design Framework 50433 available (lnx86)35) 12141: Cadence(R) Design Framework Integrator' 547354 available (lnx86)36) 14000: Preview Front-End Floorplanner System 1232464 available (lnx86)37) 14010: Preview Basic Floorplanner System 1225385 available (lnx86)38) 14020: Virtuoso(R) Preview 1303711 available (lnx86)39) 14040: Preview Timing Budgeter 455655 available (lnx86)40) 21060: Virtuoso(R) Schematic VHDL Interface 671257 available (lnx86)41) 21400: Virtuoso(R) Schematic Editor Verilog(R) 987606 available (lnx86)42) 32100: Virtuoso(R) Analog Oasis Run-Time Optio 374603 available (lnx86)43) 32101: Cadence(R) OASIS for RFDE 374603 available (lnx86)44) 32120: Virtuoso(R) Electronic Design for Manuf 374191 available (lnx86)45) 32125: Cadence(R) Analog Corners Analysis Opti 279186 available (lnx86)46) 32130: Cadence(R) Analog Circuit Optimizer Opt 370858 available (lnx86)47) 32140: Cadence(R) Analog Mixed-Signal Simulati 417344 available (lnx86)48) 32150: Cadence(R) SPICE 376268 available (lnx86)49) 32500: Virtuoso(R) Spectre(R) Circuit Simulato 1122684 available (lnx86)50) 32501: Virtuoso(R) Spectre Model Interface Opt 299378 available (lnx86)51) 32505: Spectre(R) Third-party Simulator Interf 268259 available (lnx86)52) 32510: Spectre(R) Verilog-A Simulation Option 411745 available (lnx86)53) 32520: Virtuoso(R) Spectre(R)-RF Simulation Op 608557 available (lnx86)54) 32521: Spectre(R)/-RF - Cadence(R) SPW Model L 268259 available (lnx86)55) 32530: Spectre(R)-RF IC Package Modeler Option 308460 available (lnx86)56) 32760: Virtuoso(R) Analog HSPICE Interface Opt 490771 available (lnx86)57) 33015: Virtuoso(R) Core Optimizer 295751 available (lnx86)58) 33016: Virtuoso(R) Core Characterizer 295751 available (lnx86)59) 33301: Cadence(R) Analog Mixed-Signal Back-Ann 536234 available (lnx86)60) 34500: Virtuoso(R) Schematic Editor 1449420 available (lnx86)61) 34510: Virtuoso(R) Analog Design Environment 1111993 available (lnx86)62) 34511: Spectre(R)-RF Substrate Coupling Analys 468786 available (lnx86)63) 34530: Cadence(R) Analog Distributed Processin 405092 available (lnx86)64) 34570: Virtuoso(R) Analog VoltageStorm Option 412854 available (lnx86)65) 34580: Virtuoso(R) Analog ElectronStorm Option 412854 available (lnx86)66) 70000: Virtuoso(R) AMS Designer Environment 543811 available (lnx86)67) 70110_64bit: 64bit Dracula(R) Design Rule Chec 538991 available (lnx86)68) 70110: Dracula(R) Design Rule Checker 1218754 available (lnx86)69) 70120_64bit: 64bit Dracula(R) Layout Vs. Schem 618419 available (lnx86)70) 70120: Dracula(R) Layout Vs. Schematic Verifie 1294731 available (lnx86)71) 70130_64bit: 64bit Dracula(R) Parasitic Extrac 592886 available (lnx86)72) 70130: Dracula(R) Parasitic Extractor 1273056 available (lnx86)73) 70510_64bit: 64bit Dracula(R) Physical Verific 648826 available (lnx86)74) 70510: Dracula(R) Physical Verification Suite 1322872 available (lnx86)75) 70520_64bit: 64bit Dracula(R) Physical Verific 755556 available (lnx86)76) 70520: Dracula(R) Physical Verification and Ex 1424579 available (lnx86)77) 71110_64bit: 64bit Diva(R) Design Rule Checker 104077 available (lnx86)78) 71110: Diva(R) Design Rule Checker 757652 available (lnx86)79) 71120_64bit: 119167 available (lnx86)80) 71120: Diva(R) Layout Vs. Schematic Verifier 700531 available (lnx86)81) 71130: Diva(R) Parasitic Extractor 547297 available (lnx86)82) 71510: Diva(R) Physical Verification Suite 822144 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 ...): aYou have selected the following products:1) On_hold: On_hold 1 available (lnx86)2) SPECTREBASIC: Spectre(R)-Basic Advanced Circui 584734 available (lnx86)3) TW01: Cadence(R) team design manager 515598 available (lnx86)4) TW02: Cadence(R) team design project adminsitr 515598 available (lnx86)5) 111: Cadence(R) Design Framework II 690134 available (lnx86)6) 206: Virtuoso(R) Simulation Environment 730635 available (lnx86)7) 207: Waveform 363752 available (lnx86)8) 276: Virtuoso(R) Schematic Editor HSPICE Inter 370501 available (lnx86)9) 300_64bit: 64bit Virtuoso(R) Layout Editor 129554 available (lnx86)10) 300: Virtuoso(R) Layout Editor 1045358 available (lnx86)11) 302: Virtuoso(R) Schematic Layout Option 281849 available (lnx86)12) 305: Virtuoso(R) Compactor 337003 available (lnx86)13) 311: Virtuoso(R) Layout Editor Turbo 1057865 available (lnx86)14) 365_64bit: 64bit Dracula(R) Graphical User Int 106801 available (lnx86)15) 365: Dracula(R) Graphical User Interface 787615 available (lnx86)16) 501: ModuleMaker 748842 available (lnx86)17) 550: Structure Compiler 733677 available (lnx86)18) 570: Virtuoso(R) Schematic Composer to design 588319 available (lnx86)19) 681: Cadence(R) RC Network Reducer Option 271342 available (lnx86)20) 900: Cadence(R) SKILL Development Environment 403974 available (lnx86)21) 940: Virtuoso(R) EDIF 200 Reader 483060 available (lnx86)22) 945: Virtuoso(R) EDIF 200 Writer 484674 available (lnx86)23) 952: Virtuoso(R) EDIF 300 Connectivity Reader/ 486782 available (lnx86)24) 953: Virtuoso(R) EDIF 300 Schematic Reader/Wri 485168 available (lnx86)25) 960_64bit: 64bit Virtuoso(R) STREAM Interface 32468 available (lnx86)26) 972: SDLIN 515598 available (lnx86)27) 974: CDLIN 524888 available (lnx86)28) 3000: Virtuoso(R)-XL Layout Editor 1691420 available (lnx86)29) 3011: Virtuoso XL Basic 1691420 available (lnx86)30) 3111: Virtuoso LE Turbo Basic 1057865 available (lnx86)31) 4000: Virtuoso(R) Chip Editor 79397 available (lnx86)32) 5100: Virtuoso(R) Layout Migrate 14028 available (lnx86)33) 9000: Release Information for System Admins 383771 available (lnx86)34) 12141_64bit: 64bit Cadence(R) Design Framework 50433 available (lnx86)35) 12141: Cadence(R) Design Framework Integrator' 547354 available (lnx86)36) 14000: Preview Front-End Floorplanner System 1232464 available (lnx86)37) 14010: Preview Basic Floorplanner System 1225385 available (lnx86)38) 14020: Virtuoso(R) Preview 1303711 available (lnx86)39) 14040: Preview Timing Budgeter 455655 available (lnx86)40) 21060: Virtuoso(R) Schematic VHDL Interface 671257 available (lnx86)41) 21400: Virtuoso(R) Schematic Editor Verilog(R) 987606 available (lnx86)42) 32100: Virtuoso(R) Analog Oasis Run-Time Optio 374603 available (lnx86)43) 32101: Cadence(R) OASIS for RFDE 374603 available (lnx86)44) 32120: Virtuoso(R) Electronic Design for Manuf 374191 available (lnx86)45) 32125: Cadence(R) Analog Corners Analysis Opti 279186 available (lnx86)46) 32130: Cadence(R) Analog Circuit Optimizer Opt 370858 available (lnx86)47) 32140: Cadence(R) Analog Mixed-Signal Simulati 417344 available (lnx86)48) 32150: Cadence(R) SPICE 376268 available (lnx86)49) 32500: Virtuoso(R) Spectre(R) Circuit Simulato 1122684 available (lnx86)50) 32501: Virtuoso(R) Spectre Model Interface Opt 299378 available (lnx86)51) 32505: Spectre(R) Third-party Simulator Interf 268259 available (lnx86)52) 32510: Spectre(R) Verilog-A Simulation Option 411745 available (lnx86)53) 32520: Virtuoso(R) Spectre(R)-RF Simulation Op 608557 available (lnx86)54) 32521: Spectre(R)/-RF - Cadence(R) SPW Model L 268259 available (lnx86)55) 32530: Spectre(R)-RF IC Package Modeler Option 308460 available (lnx86)56) 32760: Virtuoso(R) Analog HSPICE Interface Opt 490771 available (lnx86)57) 33015: Virtuoso(R) Core Optimizer 295751 available (lnx86)58) 33016: Virtuoso(R) Core Characterizer 295751 available (lnx86)59) 33301: Cadence(R) Analog Mixed-Signal Back-Ann 536234 available (lnx86)60) 34500: Virtuoso(R) Schematic Editor 1449420 available (lnx86)61) 34510: Virtuoso(R) Analog Design Environment 1111993 available (lnx86)62) 34511: Spectre(R)-RF Substrate Coupling Analys 468786 available (lnx86)63) 34530: Cadence(R) Analog Distributed Processin 405092 available (lnx86)64) 34570: Virtuoso(R) Analog VoltageStorm Option 412854 available (lnx86)65) 34580: Virtuoso(R) Analog ElectronStorm Option 412854 available (lnx86)66) 70000: Virtuoso(R) AMS Designer Environment 543811 available (lnx86)67) 70110_64bit: 64bit Dracula(R) Design Rule Chec 538991 available (lnx86)68) 70110: Dracula(R) Design Rule Checker 1218754 available (lnx86)69) 70120_64bit: 64bit Dracula(R) Layout Vs. Schem 618419 available (lnx86)70) 70120: Dracula(R) Layout Vs. Schematic Verifie 1294731 available (lnx86)71) 70130_64bit: 64bit Dracula(R) Parasitic Extrac 592886 available (lnx86)72) 70130: Dracula(R) Parasitic Extractor 1273056 available (lnx86)73) 70510_64bit: 64bit Dracula(R) Physical Verific 648826 available (lnx86)74) 70510: Dracula(R) Physical Verification Suite 1322872 available (lnx86)75) 70520_64bit: 64bit Dracula(R) Physical Verific 755556 available (lnx86)76) 70520: Dracula(R) Physical Verification and Ex 1424579 available (lnx86)77) 71110_64bit: 64bit Diva(R) Design Rule Checker 104077 available (lnx86)78) 71110: Diva(R) Design Rule Checker 757652 available (lnx86)79) 71120_64bit: 119167 available (lnx86)80) 71120: Diva(R) Layout Vs. Schematic Verifier 700531 available (lnx86)81) 71130: Diva(R) Parasitic Extractor 547297 available (lnx86)82) 71510: Diva(R) Physical Verification Suite 822144 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] yGenerating detailed installation data...Determining available disk spaceDetermining required disk spaceDisk checks successful####################################################The following products will be installed or updated.####################################################111: Cadence(R) Design Framework II (lnx86,IC5141)12141_64bit: 64bit Cadence(R) Design Framework Int (lnx86,IC5141)12141: Cadence(R) Design Framework Integrator's To (lnx86,IC5141)14000: Preview Front-End Floorplanner System (lnx86,IC5141)14010: Preview Basic Floorplanner System (lnx86,IC5141)14020: Virtuoso(R) Preview (lnx86,IC5141)14040: Preview Timing Budgeter (lnx86,IC5141)206: Virtuoso(R) Simulation Environment (lnx86,IC5141)207: Waveform (lnx86,IC5141)21060: Virtuoso(R) Schematic VHDL Interface (lnx86,IC5141)21400: Virtuoso(R) Schematic Editor Verilog(R) Int (lnx86,IC5141)276: Virtuoso(R) Schematic Editor HSPICE Interface (lnx86,IC5141)3000: Virtuoso(R)-XL Layout Editor (lnx86,IC5141)300_64bit: 64bit Virtuoso(R) Layout Editor (lnx86,IC5141)300: Virtuoso(R) Layout Editor (lnx86,IC5141)3011: Virtuoso XL Basic (lnx86,IC5141)302: Virtuoso(R) Schematic Layout Option (lnx86,IC5141)305: Virtuoso(R) Compactor (lnx86,IC5141)3111: Virtuoso LE Turbo Basic (lnx86,IC5141)311: Virtuoso(R) Layout Editor Turbo (lnx86,IC5141)32100: Virtuoso(R) Analog Oasis Run-Time Option (lnx86,IC5141) 32101: Cadence(R) OASIS for RFDE (lnx86,IC5141) 32120: Virtuoso(R) Electronic Design for Manufactu (lnx86,IC5141) 32125: Cadence(R) Analog Corners Analysis Option (lnx86,IC5141) 32130: Cadence(R) Analog Circuit Optimizer Option (lnx86,IC5141) 32140: Cadence(R) Analog Mixed-Signal Simulation I (lnx86,IC5141) 32150: Cadence(R) SPICE (lnx86,IC5141) 32500: Virtuoso(R) Spectre(R) Circuit Simulator (lnx86,IC5141) 32501: Virtuoso(R) Spectre Model Interface Option (lnx86,IC5141) 32505: Spectre(R) Third-party Simulator Interface (lnx86,IC5141) 32510: Spectre(R) Verilog-A Simulation Option (lnx86,IC5141) 32520: Virtuoso(R) Spectre(R)-RF Simulation Option (lnx86,IC5141) 32521: Spectre(R)/-RF - Cadence(R) SPW Model Link (lnx86,IC5141) 32530: Spectre(R)-RF IC Package Modeler Option (lnx86,IC5141) 32760: Virtuoso(R) Analog HSPICE Interface Option (lnx86,IC5141) 33015: Virtuoso(R) Core Optimizer (lnx86,IC5141) 33016: Virtuoso(R) Core Characterizer (lnx86,IC5141) 33301: Cadence(R) Analog Mixed-Signal Back-Annotat (lnx86,IC5141) 34500: Virtuoso(R) Schematic Editor (lnx86,IC5141) 34510: Virtuoso(R) Analog Design Environment (lnx86,IC5141) 34511: Spectre(R)-RF Substrate Coupling Analysis O (lnx86,IC5141) 34530: Cadence(R) Analog Distributed Processing Op (lnx86,IC5141) 34570: Virtuoso(R) Analog VoltageStorm Option (lnx86,IC5141) 34580: Virtuoso(R) Analog ElectronStorm Option (lnx86,IC5141) 365_64bit: 64bit Dracula(R) Graphical User Interfa (lnx86,IC5141) 365: Dracula(R) Graphical User Interface (lnx86,IC5141) 4000: Virtuoso(R) Chip Editor (lnx86,IC5141) 501: ModuleMaker (lnx86,IC5141) 5100: Virtuoso(R) Layout Migrate (lnx86,IC5141) 550: Structure Compiler (lnx86,IC5141)570: Virtuoso(R) Schematic Composer to design comp (lnx86,IC5141) 681: Cadence(R) RC Network Reducer Option (lnx86,IC5141) 70000: Virtuoso(R) AMS Designer Environment (lnx86,IC5141) 70110_64bit: 64bit Dracula(R) Design Rule Checker (lnx86,IC5141) 70110: Dracula(R) Design Rule Checker (lnx86,IC5141) 70120_64bit: 64bit Dracula(R) Layout Vs. Schematic (lnx86,IC5141) 70120: Dracula(R) Layout Vs. Schematic Verifier (lnx86,IC5141) 70130_64bit: 64bit Dracula(R) Parasitic Extractor (lnx86,IC5141) 70130: Dracula(R) Parasitic Extractor (lnx86,IC5141) 70510_64bit: 64bit Dracula(R) Physical Verificatio (lnx86,IC5141) 70510: Dracula(R) Physical Verification Suite (lnx86,IC5141) 70520_64bit: 64bit Dracula(R) Physical Verificatio (lnx86,IC5141) 70520: Dracula(R) Physical Verification and Extrac (lnx86,IC5141) 71110_64bit: 64bit Diva(R) Design Rule Checker (lnx86,IC5141) 71110: Diva(R) Design Rule Checker (lnx86,IC5141) 71120_64bit: (lnx86,IC5141) 71120: Diva(R) Layout Vs. Schematic Verifier (lnx86,IC5141) 71130: Diva(R) Parasitic Extractor (lnx86,IC5141) 71510: Diva(R) Physical Verification Suite (lnx86,IC5141) 71520: Diva(R) Physical Verification and Extractio (lnx86,IC5141) 90001: Virtuoso(R) Multi-mode Simulation (lnx86,IC5141) 9000: Release Information for System Admins (lnx86,IC5141) 900: Cadence(R) SKILL Development Environment (lnx86,IC5141) 940: Virtuoso(R) EDIF 200 Reader (lnx86,IC5141) 945: Virtuoso(R) EDIF 200 Writer (lnx86,IC5141) 952: Virtuoso(R) EDIF 300 Connectivity Reader/Writ (lnx86,IC5141) 953: Virtuoso(R) EDIF 300 Schematic Reader/Writer (lnx86,IC5141) 960_64bit: 64bit Virtuoso(R) STREAM Interface (lnx86,IC5141) 972: SDLIN (lnx86,IC5141) 974: CDLIN (lnx86,IC5141)On_hold: On_hold (lnx86,IC5141)SPECTREBASIC: Spectre(R)-Basic Advanced Circuit Si (lnx86,IC5141)TW01: Cadence(R) team design manager (lnx86,IC5141)TW02: Cadence(R) team design project adminsitrator (lnx86,IC5141)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 % doneloading SftShrIndep10.80-s004 ....................................... Installation of SftShrIndep10.80-s004 completeTotal Installation 1 % done(继续等待安装,挺长的,可以找点别的事做,直到97%时才需要交互操作)loading xlUI50.46-p601lnx86 .............................................Installation of xlUI50.46-p601lnx86 completeTotal Installation 97 % doneloading 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: 4You 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 ] 按“回车”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(仍旧等待,直到100%)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 ] 2Specify 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 ]:2Retrieving product status...On_hold: On_hold 1 installed SPECTREBASIC: Spectre(R)-Basic Advanced Circuit Si 584734 installed TW01: Cadence(R) team design manager 515598 installed TW02: Cadence(R) team design project adminsitrator 515598 installed 111: Cadence(R) Design Framework II 690134 installed 206: Virtuoso(R) Simulation Environment 730635 installed 207: Waveform 363752 installed 276: Virtuoso(R) Schematic Editor HSPICE Interface 370501 installed 300_64bit: 64bit Virtuoso(R) Layout Editor 129554 installed300: Virtuoso(R) Layout Editor 1045358 installed 302: Virtuoso(R) Schematic Layout Option 281849 installed 305: Virtuoso(R) Compactor 337003 installed 311: Virtuoso(R) Layout Editor Turbo 1057865 installed 365_64bit: 64bit Dracula(R) Graphical User Interfa 106801 installed 365: Dracula(R) Graphical User Interface 787615 installed 501: ModuleMaker 748842 installed 550: Structure Compiler 733677 installed 570: Virtuoso(R) Schematic Composer to design comp 588319 installed 681: Cadence(R) RC Network Reducer Option 271342 installed 900: Cadence(R) SKILL Development Environment 403974 installed 940: Virtuoso(R) EDIF 200 Reader 483060 installed 945: Virtuoso(R) EDIF 200 Writer 484674 installed 952: Virtuoso(R) EDIF 300 Connectivity Reader/Writ 486782 installed 953: Virtuoso(R) EDIF 300 Schematic Reader/Writer 485168 installed 960_64bit: 64bit Virtuoso(R) STREAM Interface 32468 installed 972: SDLIN 515598 installed 974: CDLIN 524888 installed 3000: Virtuoso(R)-XL Layout Editor 1691420 installed 3011: Virtuoso XL Basic 1691420 installed 3111: Virtuoso LE Turbo Basic 1057865 installed 4000: Virtuoso(R) Chip Editor 79397 installed 5100: Virtuoso(R) Layout Migrate 14028 installed 9000: Release Information for System Admins 383771 installed 12141_64bit: 64bit Cadence(R) Design Framework Int 50433 installed 12141: Cadence(R) Design Framework Integrator's To 547354 installed 14000: Preview Front-End Floorplanner System 1232464 installed 14010: Preview Basic Floorplanner System 1225385 installed 14020: Virtuoso(R) Preview 1303711 installed 14040: Preview Timing Budgeter 455655 installed。