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

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

手机号码,快捷登录

手机号码,快捷登录

找回密码

  登录   注册  

快捷导航
搜帖子
查看: 3675|回复: 7

[求助] dc启动有点问题。

[复制链接]
发表于 2010-5-5 17:32:07 | 显示全部楼层 |阅读模式

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

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

x
# shell for .bashrc
##假设   scl安装在/usr/synopsys/scl.10.9.3下面
##      IC Compiler安装在/usr/synopsys/icc2005下面
##      TerraMax安装在/usr/synopsys/tetramax2007下面
##      license位于/usr/synopsys/license/synopsys.dat
#################################################################



export SYNOPSYS="/usr/synopsys/tetramax2007"
export SYNOPSYS="/usr/synopsys/Z-2007.03-SP5:"$SYNOPSYS
export SYNOPSYS_TMAX="/usr/synopsys/tetramax2007"

export PATH="/usr/synopsys/scl.10.9.3/linux/bin:"$PATH
export PATH="/usr/synopsys/tetramax2007/linux/syn/bin:/usr/synopsys/tetramax2007/bin:"$PATH
export PATH="/usr/synopsys/Z-2007.03-SP5/bin:"$PATH

export SNPSLMD_LICENSE_FILE=27000@wzc
export LM_LICENSE_FILE="/usr/synopsys/license/synopsys.dat"


alias ssss="sssverify /usr/synopsys/license/synopsys.dat"
alias lmli2="/usr/synopsys/scl.10.9.3/linux/bin/lmgrd -c /usr/synopsys/license/synopsys.dat -l ~/syn_lic.log"
alias lmst3="/usr/synopsys/scl.10.9.3/linux/bin/lmstat –c /usr/synopsys/license/synopsys.dat"
# for tetramax
alias tm="tmax32"
alias tmg="tmax -gui"


alias dc="dc_shell"
alias dv="design_vision"


#############
可以启动dv不能启动dc,这个为什么呀
发表于 2010-5-6 08:23:06 | 显示全部楼层
dc不能启动的错误信息?贴来看看;
 楼主| 发表于 2010-5-7 13:24:12 | 显示全部楼层
本帖最后由 wrient 于 2010-5-7 13:26 编辑

2# hzhou
####  dc启动  ########################
wangzecheng@wzc:~$ dc
grep: /etc/redhat-release: 没有那个文件或目录

                        DC Professional (TM)
                           DC Expert (TM)
                            DC Ultra (TM)
                       FloorPlan Manager (TM)
                          HDL Compiler (TM)
                         VHDL Compiler (TM)
                        Library Compiler (TM)
                      DesignWare Developer (TM)
                          DFT Compiler (TM)
                            BSD Compiler
                         Power Compiler (TM)

           Version Z-2007.03-SP5 for linux -- Oct 16, 2007
              Copyright (c) 1988-2007 by Synopsys, Inc.
                         ALL RIGHTS RESERVED

This software and the associated documentation are confidential and
proprietary to Synopsys, Inc. Your use or disclosure of this software
is subject to the terms and conditions of a written license agreement
between you, or your company, and Synopsys, Inc.

The above trademark notice does not imply that you are licensed to use
all of the listed products. You are licensed to use only those products
for which you have lawfully obtained a valid license key.

Error: For optimal performance and to take advantage of the
latest enhancements and capabilities in Synopsys synthesis products,
we recommend the use of XG mode. XG mode is available in Tcl only.
DCSH mode will not be supported in future releases.


Information: If you want to use dc_shell in DCSH mode, please use
dc_shell -db_mode -dcsh_mode.

For more information, please go to http://solvnet.synopsys.com






##########   启动dc_shell-t  ####################
wangzecheng@wzc:~$ dc_shell-t
grep: /etc/redhat-release: 没有那个文件或目录

                        DC Professional (TM)
                           DC Expert (TM)
                            DC Ultra (TM)
                       FloorPlan Manager (TM)
                          HDL Compiler (TM)
                         VHDL Compiler (TM)
                        Library Compiler (TM)
                      DesignWare Developer (TM)
                          DFT Compiler (TM)
                            BSD Compiler
                         Power Compiler (TM)

           Version Z-2007.03-SP5 for linux -- Oct 16, 2007
              Copyright (c) 1988-2007 by Synopsys, Inc.
                         ALL RIGHTS RESERVED

This software and the associated documentation are confidential and
proprietary to Synopsys, Inc. Your use or disclosure of this software
is subject to the terms and conditions of a written license agreement
between you, or your company, and Synopsys, Inc.

The above trademark notice does not imply that you are licensed to use
all of the listed products. You are licensed to use only those products
for which you have lawfully obtained a valid license key.

Initializing...
Starting shell in XG mode...
dc_shell-xg-t>







#####  dv启动   我用的是debian5.03   ##############
grep: /etc/redhat-release: 没有那个文件或目录

                        DC Professional (TM)
                           DC Expert (TM)
                            DC Ultra (TM)
                       FloorPlan Manager (TM)
                          HDL Compiler (TM)
                         VHDL Compiler (TM)
                        Library Compiler (TM)
                      DesignWare Developer (TM)
                          DFT Compiler (TM)
                            BSD Compiler
                         Power Compiler (TM)

           Version Z-2007.03-SP5 for linux -- Oct 16, 2007
              Copyright (c) 1988-2007 by Synopsys, Inc.
                         ALL RIGHTS RESERVED

This software and the associated documentation are confidential and
proprietary to Synopsys, Inc. Your use or disclosure of this software
is subject to the terms and conditions of a written license agreement
between you, or your company, and Synopsys, Inc.

The above trademark notice does not imply that you are licensed to use
all of the listed products. You are licensed to use only those products
for which you have lawfully obtained a valid license key.

Initializing...
Starting shell in XG mode...
design_vision-xg-t> design_vision-xg-t>

#################################################







#####  .bashrc 关于synopsys的    ###################
export SYNOPSYS="/usr/synopsys/tetramax2007"
export SYNOPSYS="/usr/synopsys/Z-2007.03-SP5:"$SYNOPSYS
export SYNOPSYS_TMAX="/usr/synopsys/tetramax2007"

export PATH="/usr/synopsys/scl.10.9.3/linux/bin:"$PATH
export PATH="/usr/synopsys/tetramax2007/linux/syn/bin:/usr/synopsys/tetramax2007/bin:"$PATH
export PATH="/usr/synopsys/Z-2007.03-SP5/bin:"$PATH

export SNPSLMD_LICENSE_FILE="/usr/synopsys/license/synopsys.dat"
export LM_LICENSE_FILE="/usr/synopsys/license/synopsys.dat"


alias ssss="sssverify /usr/synopsys/license/synopsys.dat"
alias lmli2="/usr/synopsys/scl.10.9.3/linux/bin/lmgrd -c /usr/synopsys/license/synopsys.dat -l ~/syn_lic.log"
alias lmst3="/usr/synopsys/scl.10.9.3/linux/bin/lmstat –c /usr/synopsys/license/synopsys.dat"
# for tetramax
alias tm="tmax32"
alias tmg="tmax -gui"


alias dc="dc_shell"
alias dv="design_vision"
发表于 2010-7-5 17:57:01 | 显示全部楼层
DDDDDDDDDDDDD
发表于 2010-7-31 01:41:03 | 显示全部楼层
gdfgdfg
发表于 2010-7-31 01:48:17 | 显示全部楼层
sdfgsdfgsdfg
发表于 2010-8-13 22:04:13 | 显示全部楼层
不知道啊
发表于 2019-12-12 12:48:32 | 显示全部楼层
请教下怎么把Library Compile集成在dc_shell里面呢
您需要登录后才可以回帖 登录 | 注册

本版积分规则

关闭

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


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

GMT+8, 2024-11-15 08:02 , Processed in 0.023580 second(s), 9 queries , Gzip On, Redis On.

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