|
发表于 2018-11-16 10:43:34
|
显示全部楼层
回复 1# luoyanghero
楼主你好,按照你的方法搞了一个星期了还是不行,麻烦你指导下,谢谢
当输入verdi 时 会报这样的错误
[yehonglei@localhost ~]$ verdi
logDir = /home/yehonglei/verdiLog
Verdi Release Verdi3_2013.07 (Linux x86_64/64bit) 07/05/2013
(C) 2009 - 2013 by Synopsys, Inc.
All Rights Reserved.
www.synopsys.com
This computer program constitutes or contains trade secrets and confidential
information of Synopsys, Inc. or its licensors. This computer program is
protected by copyright law and international treaties.
rcfile = /home/yehonglei/novas.rc
guiConfFile = /home/yehonglei/novas.conf
Could not checkout Verdi license. Use Verdi -licdebug for more information.
[yehonglei@localhost ~]$
我的.bashrc是如下
# .bashrc
#######################
########VERDI##############
export VERDI_HOME="/home/yehonglei/eda_install/verdi_2013.07"
export PATH=$VERDI_HOME/binVERDI_HOME/platform/LINUX/binPATH
export LM_LICENSE_FILE="$VERDI_HOME/license/novas_license.dat"
export lmgrd="lmgrd $VERDI_HOME/license/novas_license.dat"
###########################
########Nlint##############
alias nlint="nLint -gui"
##########Nlint Tools########
export SYS_HOME="/home/yehonglei/eda_install/nlint_2011.10"
export PATH="$SYS_HOME/platform/LINUX64/bin:"$PATH
export LM_LICENSE_FILE="$VERDI_HOME/license/novas_license.dat"
alias lm="/home/ye$PATHhonglei/eda_install/nlint/tools-64bit/lmgrd -c $VERDI_HOME/license/novas_license.dat"
##########################
#######################
###########VCS############
#lmgrd
export PATH="/home/yehonglei/eda_install/scl/amd64/bin:"$PATH
#start synopsys license using lmgrd
alias lmli1="/home/yehonglei/eda_install/scl/amd64/bin/lmstat -c /home/yehonglei/eda_install/license/synopsys.dat"
alias lmli2="/home/yehonglei/eda_install/scl/amd64/bin/lmgrd -c /home/yehonglei/eda_install/license/synopsys.dat -l /home/yehonglei/eda_install/scl/amd64/bin/lmgrd.log"
export VCS_ARCH_OVERRIDE=linux
export DISPLAY=unix:0
#Design Compiler
export PATH="/home/yehonglei/eda_install/vcs/bin:"$PATH
export PATH="/home/yehonglei/eda_install/vcs/bin:"$PATH
#set Home Diretory
export VCS_HOME="/home/yehonglei/eda_install/vcs"
export DVE_HOME="/home/yehonglei/eda_install/vcs/gui/dve"
#SNPSLMG_LICENSE_FILE
#export SNPSLMD_LICENSE_FILE=270000@localhost.localdomain
export SNPSLMD_LICENSE_FILE="/home/yehonglei/eda_install/license/synopsys.dat"
export LM_LICENSE_FILE="/home/yehonglei/eda_install/license/synopsys.dat"
alias vcs="vcs -full64"
头都搞大了,谢谢 |
|