在线咨询
eetop公众号 创芯大讲堂 创芯人才网
切换到宽版

EETOP 创芯网论坛 (原名:电子顶级开发网)

手机号码,快捷登录

手机号码,快捷登录

找回密码

  登录   注册  

快捷导航
搜帖子
查看: 20116|回复: 22

[经验分享] Ubuntu 16.04 LTS上成功安装Cadence IC616

[复制链接]
发表于 2016-6-27 08:36:19 | 显示全部楼层 |阅读模式

马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。

您需要 登录 才可以下载或查看,没有账号?注册

x
首先 看到很多商家在某宝收费安装IC616 表示强烈谴责 还说是什么辛苦费 说什么不为钱只为交流 都是狗P莫让小小的软件耽误了大家研究的脚步
能支持正版还是要支持正版
所有需要下载的东西都能在论坛里找到 看这个帖子 http://bbs.eetop.cn/thread-593172-1-1.html
另外需要下载cadence_patch 也好找 还有license.dat
下面开始
我用的ubuntu版本是16.04 LTS 全新安装 64位的 用户名是nan 后面大家跟着改就是了 后面我偷个懒用英文描述了 大家都是做研究的 应该都能看懂的。

1. Create folder /home/nan/eda, create another folder /home/nan/eda/download. Put all your downloaded files into this folder.

2. Open a terminal.
$ cd ~/eda/download/
$ zcat IScape04.23-s010lnx86.t.Z | tar -xvf –
$ sudo apt-get install default-jre
$ sudo ln -s /usr/bin/awk /bin/awk
$ sudo apt-get install lib32stdc++6 ksh csh tcsh nscd ureadahead
$ cd iscape/bin/
$ ./iscape.sh

注意:我把Iscape安装文件直接放~/eda/download目录下了 你们自己看着改

3. The default installation folder is /home/nan/cadence/installs and this will be useful.
Here are the operations to use InstallScape to install Cadence.

a. Click ‘Local directory/Media install’ icon.
b. ‘Browse’ and choose ‘eda/download/IC06.16.005_ln86.Base/CDROM1’. click ‘Select Directory’.
c. ‘Continue’, check the box in results, ‘Next’, ‘Start’.

There are 7 pop-up windows asking you to do configuration, read them carefully.
When asking you to install libraries, type ‘y’ for yes and press enter. ‘n’ for no is also ok.
When asking blah blah for AMS Designer, type ‘2’ for quit and press enter.
When asking blah blah OpenAccess 2.2 Configuration Utility, press enter first, then type ‘n’ for no and press enter.

d. Click ‘Done’ in InstallScape window.

#################### Cadence IC616 Base is installed. #######################

4. If you clicked ‘Done’ in InstallScape window, you will see a red ‘Cancel’ at the bottom. Click it and ‘Browse’ again for ‘Hotfix’ folder, ‘/home/nan/eda/download/IC06.16.090_lnx86.Hotfix/CDROM1’. Repeat what you did for ‘Base’ above, simply just press enter. Don’t forget to click ‘Done’ when it’s done.

#################### Cadence IC616 Hotfix is installed. #######################

5. If you clicked ‘Done’ in InstallScape window, you will see a red ‘Cancel’ at the bottom. Click it and ‘Browse’ again for ‘MMSIM141’ folder, ‘/home/nan/eda/download/MMSIM14.10.138_lnx86.Base/CDROM1’. Repeat what you did above, simply just press enter. Don’t forget to click ‘Done’ when it’s done.

#################### Cadence MMSIM141 is installed. #######################

Now close InstallScape window, you don’t need it.

6. Configure the environment parameters.

$ gedit ~/.bashrc

Add these lines at the very end, read these lines carefully, you may need to do some changes.
###########################for cadence ###############################
# Cadence stuff
cadence () {
CDS_ROOT=/home/nan/cadence/installs
export DD_DONT_DO_OS_LOCKS=SET
export CDS_LIC_FILE=$CDS_ROOT/IC616/share/license/license.dat
export LM_LICENSE_FILE=$CDS_ROOT/IC616/share/license/license.dat

export SPECTRE_DEFAULTS=-E
export CDS_Netlisting_Mode=Analog
export OA_HOME=$CDS_ROOT/IC616/oa_v22.43.040
export PATH=$CDS_ROOT/IC616/tools/binPATH
export PATH=$CDS_ROOT/IC616/tools/dfII/binPATH
export PATH=$CDS_ROOT/IC616/tools/spectre/binPATH
export PATH=$CDS_ROOT/IC616/share/bin:$PATH
export PATH=$CDS_ROOT/IC616/share/cdsdoc/bin:$PATH
export PATH=$CDS_ROOT/MMSIM141/tools.lnx86/bin:$PATH
export CDS_TEST_LIBPATH=/usr/lib:/lib
}
########################################################################

YOU WILL NEED TO REBOOT YOUR PC NOW.

注意:上面的路径设置好像不太成功 因为echo $PATH没变,所以可能放/etc/profile里比较好吧 自己试试吧 不太影响的

7 Configure the compiler
After rebooted, type these lines in terminal.
$ uname -a
$ cd ~/cadence/installs/IC616/share/oa/bin/
$ gedit sysname

Because we are running Ubuntu 16.04, the kernel version is 4.4.0 which double checked by ‘uname -a’, so at line 208 we change ‘2.6.* | 3.0.*)’ to ‘2.6.* | 4.4.*)’. Don’t forget to save it.

注意:这里主要是以前的内核都是2.6 3.0啥的 现在内核都到4.4了 所以要适应新环境

Now change dir to Cadence bin folder.
$ cd ~/cadence/installs/IC616/bin/
$ ./virtuoso -64

Here, it won’t run because we have dependency issues, we will solve it now.

8. Cadence library dependencies.

$ wget http://ftp.us.debian.org/debian/ ... 6_1.0.2-2_amd64.deb
$ sudo dpkg -i libxp6_1.0.2-2_amd64.deb

注意:其实这个包也可以在别的地方下载 如果上面的链接死掉了的话

9. 嘿嘿嘿 你懂的

a. Copy ‘license.dat’ to /home/nan/cadence/installs/IC616/share/lincense/
b. Check your PC host name by typing ‘hostname’ in terminal, my host name is ‘nan-ubuntu’ in this case.
c. Edit your ‘license.dat’ by right click the file and choose ‘Open with gedit’. Change the first line ‘#SERVER localhost ANY 5288’ to ‘#SERVER nan-ubuntu ANY 5288’. Don’t forget to save before you close the file.
$ cd ~/eda/download/cadence_patch/
$ ./cadence_patch.sh ~/cadence/installs/IC616
$ ./cadence_patch.sh ~/cadence/installs/MMSIM141

注意:这里如果你无法运行sfx 回到第1步看看是不是有的必要的库你没装全 证书我下的IC615的也能用 也是坛子里的人发的链接 哪来着我忘了 patch也是坛子里有链接 仔细找找吧 都有的。运行时别忘了加参数-64 不然就会以32位运行 就缺更多的库了 还要装 更麻烦

Now you can enjoy Cadence by

$ cd ~/cadence/installs/IC616/bin/
$ ./virtuoso -64

######### Special thanks to bbs.eetop.cn ######################
########################### THE END ###########################
发表于 2016-7-24 17:44:25 | 显示全部楼层
请问下下面这几个就行了吗[img][/img]
发表于 2016-7-24 17:45:36 | 显示全部楼层
请问下下面这几个就行了吗
发表于 2016-7-24 17:46:35 | 显示全部楼层
是你说的那个下载页面上面五个文件就行了吗
 楼主| 发表于 2016-7-30 16:20:16 | 显示全部楼层
是的 此外还需要下载破解文件 论坛里也能找到
发表于 2016-8-16 22:27:19 | 显示全部楼层
大神,我在Ubuntu上安装好软件之后,遇到了闪退的问题,请问有什么解决办法吗?
 楼主| 发表于 2016-8-18 19:37:47 | 显示全部楼层
回复 6# yiyisisi123


   不好意思 这就不知道了
发表于 2016-10-5 15:32:28 | 显示全部楼层
楼主,我的Linux系统是deepin,按照您给的步骤安装的,但我我安装的时候总是install Status成功而 configuring Status失败,是缺少相关库文件吗?
发表于 2016-10-5 15:57:30 | 显示全部楼层
回复 8# Smallred1992

我按步骤重新装了一下,提示csh, ksh, libelf1等库文件都已经装上了。难道是要在root环境下安装吗?
发表于 2016-10-6 16:06:07 | 显示全部楼层
哪位大侠有安装好IC616的虚拟机可以共享一下?
您需要登录后才可以回帖 登录 | 注册

本版积分规则

关闭

站长推荐 上一条 /1 下一条

×

小黑屋| 关于我们| 联系我们| 在线咨询| 隐私声明| EETOP 创芯网
( 京ICP备:10050787号 京公网安备:11010502037710 )

GMT+8, 2024-3-29 17:28 , Processed in 0.030079 second(s), 8 queries , Gzip On, Redis On.

eetop公众号 创芯大讲堂 创芯人才网
快速回复 返回顶部 返回列表