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

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

手机号码,快捷登录

手机号码,快捷登录

找回密码

  登录   注册  

快捷导航
搜帖子
查看: 24787|回复: 54

linux下安装allegro166与asi166全过程

[复制链接]
发表于 2014-8-29 09:56:21 | 显示全部楼层 |阅读模式

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

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

x
本帖最后由 坐对群山青 于 2014-8-29 17:16 编辑

1.配置依赖文件
运行yum install libXext.i686 libXtst.i686 libXi.i686 libXrender.i686 xterm.x86_64 ksh.x86_64 tcsh.x86_64 tcl.x86_64 tcl.i686 redhat-lsb.x86_64 redhat-lsb.i686 compat-libstdc++-33.x86_64 compat-libstdc++-33.i686 openmotif.i686 openmotif.x86_64 mesa-libGLU.x86_64 mesa-libGLU.i686 mesa-libGL.x86_64 mesa-libGL.i686 elfutils-libs.x86_64 elfutils-libs.i686 elfutils-libelf.x86_64 elfutils-libelf.i686 libXmu.x86_64 libXmu.i686 libXp.x86_64 libXp.i686

2.安装iscape.04.23-s004。安装spb166hotfix33。安装asi1664.

3.破解软件。
a. 将 pubkey_verify拷贝到SPB166/tools.lnx86。
        ./pubkey_verify
        ./pubkey_verify -y
b.  将 pubkey_verify拷贝到ASI1664/tools.lnx86。
        ./pubkey_verify
        ./pubkey_verify -y
f. 将license.dat 拷贝到 /opt/cadence/SPB166/share/license 中。更改 license.dat 权限到
644。
至此破解完成



4.环境配置:
运行gedit .bashrc
在文件最后加上:
# for cadence
alias lmgrd='/opt/cadence/SPB166/tools/bin/lmgrd -c /opt/cadence/SPB166/share/license/license.dat'   
alias lmdown='/opt/cadence/SPB166/tools/bin/lmdown -c /opt/cadence/SPB166/share/license/license.dat'            
export CDS_LIC_FILE=27000@localhost.localdomain     
export SPB166=/opt/cadence/SPB166                  
export OA_HOME=/opt/cadence/SPB166/oa_v22.43.006   
export CDS_Netlisting_Mode=Analog                  
export
PATH=$SPB166/tools/binSPB166/tools/pcb/binSPB166/tools/fet/binSPB166/tools/specctra/bin:$PATH
# end cadence

终端运行source .bashrc
运行lmgrd和lmdown开启及关闭license manager

终端输入
cd /etc/rc2.d
gedit S100cdslic
文本中加入
/export/opt/cadence/spb166/tools/bin/lmgrd -C  /export/opt/cadence/spb166/share/license/license.txt -l /tmp/cds.log
存盘
最后感谢tanker大侠提供神一样的pubkey
pubkey_verify_1.10.rar (256.59 KB, 下载次数: 489 ) license.dat.tar.gz (156.54 KB, 下载次数: 431 )
 楼主| 发表于 2014-8-29 10:40:12 | 显示全部楼层
回复 1# 坐对群山青
?怎么传不了附件?
发表于 2014-8-30 11:13:55 | 显示全部楼层
下面是什么问题?

>>allegro
  OrCAD PCB Designer Standard 16.6 S033 Linux I32
(c) Copyright 1986-2012 Cadence Design Systems, Inc.
                All Rights Reserved.
Xlib:  extension "NV-GLX" missing on display "192.168.200.50:0.0".
unit specifier 'MHO' not found in UNITS environment
unit specifier 'W' not found in UNITS environment
'w/cm-degC' and 'W/M-DEGC' are not equivalent units
unit specifier 'MHO' not found in UNITS environment
unit specifier 'W' not found in UNITS environment
'w/cm-degC' and 'W/M-DEGC' are not equivalent units
unit specifier 'MHO' not found in UNITS environment
unit specifier 'W' not found in UNITS environment
'w/cm-degC' and 'W/M-DEGC' are not equivalent units
unit specifier 'MHO' not found in UNITS environment
unit specifier 'W' not found in UNITS environment
'w/cm-degC' and 'W/M-DEGC' are not equivalent units
unit specifier 'MHO' not found in UNITS environment
unit specifier 'W' not found in UNITS environment
'w/cm-degC' and 'W/M-DEGC' are not equivalent units
warning: no preferred units for 'ETCH_THICKNESS'
unit specifier 'MIL' not found in UNITS environment
warning: no preferred units for 'ETCH_THICKNESS'
unit specifier 'MIL' not found in UNITS environment
warning: no preferred units for 'ETCH_THICKNESS'
unit specifier 'MIL' not found in UNITS environment
warning: no preferred units for 'ETCH_THICKNESS'
unit specifier 'MIL' not found in UNITS environment
warning: no preferred units for 'ETCH_THICKNESS'
unit specifier 'MIL' not found in UNITS environment
Termination codes: exit=3, signal=11, errno=2
发表于 2014-8-30 11:21:58 | 显示全部楼层
好的  谢谢
发表于 2014-8-31 03:49:16 | 显示全部楼层
试一下看看。
发表于 2014-8-31 03:50:15 | 显示全部楼层
不错,试试。
发表于 2014-9-2 12:53:21 | 显示全部楼层
试试!
发表于 2014-9-2 12:56:33 | 显示全部楼层
感謝分享~
发表于 2014-9-10 14:32:56 | 显示全部楼层
iscape.04.23-s004能提供个下载吗?谢谢!
发表于 2014-10-15 13:45:44 | 显示全部楼层
运行ASI的时候提示没有有效的license,有人遇到同样的情况么。
楼主能正常运行ASI么,我的系统是Centos6.5 x64。
您需要登录后才可以回帖 登录 | 注册

本版积分规则

关闭

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

×

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

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

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