|
马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。
您需要 登录 才可以下载或查看,没有账号?注册
x
centos7虚拟机安装dc2016和vcs2016都能正常运行,但运行verdi2016报错,看起来像是未license未匹配。请问各位大佬问题在哪里啊,搜了论坛没找到类似错误。
错误如下:
Verdi Release Verdi3_L-2016.06-1 (RH Linux x86_64/64bit) 07/10/2016
(C) 1999 - 2016 by Synopsys, Inc.
All Rights Reserved.
www.synopsys.com
This program is proprietary and confidential information of Synopsys, Inc. and
may be used and disclosed only as authorized in a license agreement controlling
such use and disclosure.
rcfile = /usr/synopsys/verdi2016/etc/novas.rc
guiConfFile = /home/cxl/novas.conf
22:33:24 (snpslmd) UNSUPPORTED: "Verdi" (PORT_AT_HOST_PLUS ) cxl@localhost.localdomain [localhost.localdomaincxl16212066_1] (License server system does not support this feature. (-18,327))
Could not checkout Verdi license. Use verdi -licdebug for more information.
环境变量配置如下:
#Design Compiler
export PATH="/usr/synopsys/dc2016/bin:"$PATH
#pts
export PATH="/usr/synopsys/pt2016/bin:"$PATH
#vcs
export PATH="/usr/synopsys/vcs2016/bin:"$PATH
#verdi
export PATH="/usr/synopsys/verdi2016/bin:"$PATH
#lmgrd
export PATH="/usr/synopsys/scl/linux/bin:"$PATH
#start synopsys license using lmgrd
alias lmli2="lmgrd -c /usr/synopsys/license/synopsys.dat"
export SYNOPSYS="/usr/synopsys/dc2016"
export SNPSLMD_LICENSE_FILE=27000@localhost.localdomain
export LM_LICENSE_FILE=/usr/synopsys/license/synopsys.dat
export PT_HOME="/usr/synopsys/pt2016"
export VCS_HOME="/usr/synopsys/vcs2016"
export VERDI_HOME="/usr/synopsys/verdi2016"
export NOVAS_HOME="/usr/synopsys/verdi2016"
alias dc="dc_shell"
alias dv="design_vision"
alias vcs64="vcs"
alias vd="verdi"
alias dve64="dve -full64"
alias pt="primetime"
export VCS_ARCH_OVERRIDE=linux
|
|