微波EDA网,见证研发工程师的成长!
首页 > 研发问答 > 微电子和IC设计 > IC验证交流 > VCS和Verdi的安装包和license破解步骤2

VCS和Verdi的安装包和license破解步骤2

时间:10-02 整理:3721RD 点击:
两个月前发了一份VCS和Verdi的安装总结的步骤,还有一些在安装和运行VCS过程中遇到的一些问题,
在网上查找资料都一一解决了,在这里跟大家分享一下。
具体的安装步骤和资料请参见之前发的帖子
http://bbs.eetop.cn/thread-617537-1-1.html
其中很多都是本论坛里面的大牛们提供的解决方案,这里感谢了~
1、(lmgrd) Failed to open the TCP port number in the license
检查license文件的设置

SERVER后的Hostname后的hostid要和lmhostid命令(注意不是hostid)的返回值一致。检查确保snpslmd位置正确。
当再次执行lmgrd时(多次执行lmgrd)会出现关于locak*文件的错误,这种情况下可以输入lmgrd命令,并在终端的命令行输入: ps auxf | grep lmgrd命令:

kill所有加载失败的lmgrd,并将/var/tmp目录下所有的lock*文件移到备份文件夹bak后重新启动lmgrd -c

2、 lmgrd The TCP port number in the license, 14451, is already in use.
netstat -nlp |grep <port number>
if it exists ,run 'lsof |grep <port number>' to check which procedure occupies the port number,if that is license daemon, lmdown -c xxx.lic, then wait enough timeto restart your license daemon again. if not, you can kill it if it 's not necessary one.
3、Feature VT_Visual(or VCSCompiler_Net) does not exist in the license file.Or licensed number of users already reached for VT_Visual.
Make sure that your LM_LICENSE_FILE is pointing to the right file.
Failed to obtain license...
Note: Use +vcs+lic+wait ( or -licwait <minute> or -licqueuein Unified Use Model ) to queue for license
要使用破解文件中单独提供的synopsys.src文件替换PACK中的该文件。重新生成license.dat
4、在运行VCS xxxx.v命令时,出现错误:
/usr/include/features.h|374|fatal error: sys/cdefs.h: No such file or directory
If you are on an amd64 installation, you can try to install the package libc6-dev-i386. This helped me solve the same issue you encountered while trying to compile smm from i8kutils.
Or On my machine, where I've probably screwed around too much with 32 and 64 bit architecture files, I resolved this issue by installing g++-multilib.
5、vcs编译的时候报g++: error: unrecognized command line option '-melf_i386'(我的系统是 Ubuntu 14.0464位)
vcs 命令是一个脚本,直接打开编辑,把 -melf_i386 删掉后保存即可!
亲测可用!
当然,有人说与系统版本有关,也有人说和gcc版本太新有关,这两个没有试过~

自己先顶一个哈哈

多谢多谢,我只是来挣积分的

谢谢小编

谢谢小编!

非常感谢!

好东西,小编好人一个,感谢分享!

Copyright © 2017-2020 微波EDA网 版权所有

网站地图

Top