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

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

手机号码,快捷登录

手机号码,快捷登录

找回密码

  登录   注册  

快捷导航
搜帖子
楼主: sme-ic

Verdi 2013.07和nLint 2011.10 license 生成方法

[复制链接]
发表于 2018-5-30 22:27:13 | 显示全部楼层
多谢分享
发表于 2018-10-1 13:54:44 | 显示全部楼层
谢谢分享!
发表于 2018-11-1 08:44:14 | 显示全部楼层
回复 23# liude19832006
我也是碰到跟你一样问题, 按照你的说明来操作,就解决了, 多谢提醒。
发表于 2018-11-16 11:03:42 | 显示全部楼层
楼主你好,按照你的方法我遇到了很多问题,搞了一个星期了
[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"
alias dve="dve -full64"
#######################
alias cc="clear all"
alias home="cd ~/work"
alias job="cd ~/Desktop/vmm_tutorial_sv"
alias desk="cd ~/桌面"

麻烦帮忙看看谢谢呀
发表于 2018-11-19 08:45:02 | 显示全部楼层
回复 1# sme-ic


    楼主你好,按照你的方法我遇到了很多问题,搞了一个星期了
[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"
alias dve="dve -full64"
#######################
alias cc="clear all"
alias home="cd ~/work"
alias job="cd ~/Desktop/vmm_tutorial_sv"
alias desk="cd ~/桌面"

麻烦帮忙看看谢谢呀
发表于 2019-3-2 14:24:02 | 显示全部楼层
verdi is excellent
发表于 2019-3-5 22:53:46 | 显示全部楼层
see see
发表于 2019-3-11 16:44:34 | 显示全部楼层
谢谢分享!
发表于 2019-5-3 08:01:30 | 显示全部楼层
verdi的链接好像失效了
发表于 2019-8-9 14:12:52 | 显示全部楼层
感谢楼主分享~~~~~~~~~~~~~
您需要登录后才可以回帖 登录 | 注册

本版积分规则

关闭

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


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

GMT+8, 2024-11-24 10:47 , Processed in 0.019985 second(s), 5 queries , Gzip On, Redis On.

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