|  | 
 
| 
本帖最后由 gtj 于 2014-10-16 13:05 编辑
×
马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。
您需要 登录 才可以下载或查看,没有账号?注册  
 我安装的是syn_vH-2013.03,vcs-mx_vH-2013.06,scl_v11.7
 其中启动时出现问题:$ dv&
 [1] 8699
 $
 Warning:  Site Information is not available ... Have you run install_site?
 
 
 Fatal: Internal system error, cannot recover.
 
 Release = 'H-2013.03-SP1'  Architecture = 'linux'  Program = 'dc_shell'
 Exec = '/eda/synopsys/dc/linux/syn/bin/common_shell_exec'
 
 '134614556 289814279 289816862 289813916 -143641600 288668006 287988533 287982326 11758393'
 
 Stack trace for crashing thread
 -------------------------------
 SNPSee_72fe6ee5e6adf88ac107a01d196ffb8ed40842348ffb0f8b+51
 SNPSee_f1ee00d2049be34bc9fa2aabd0709c661b77ea09a2cd7785+357
 SNPSee_b0111077a1564ec2f03c23d0bb102089+295
 SNPSee_616b6e047c741ff1baf571efe85d35363e185f8b96f20be8+430
 SNPSee_b5b74bb29e23928e271a046254d5c62e+92
 unknown+92
 SNPSee_108e0bd44901fe5458f9fb7a4d36bf275eef74c6c52bfdf168c0ac47088dc4332b5784bdf203bb8983ce7bac24323028+66
 SNPSee_77cfbcc6f25d56ca95afcdc29dbaf22d+38
 SNPSee_e6178c5878797e7a723de6cb1a220a8f+21
 SNPSee_108e0bd44901fe542e292606fa1ae91ca3cd036ffc7b66b67eb68470c8c8dc1fc9d9f22ed54700c6c50b6ca0c3a58991d261ff0501830e10+38
 start_thread+201
 clone+94
 
 
 A snapshot of runtime data has been captured in /home/gj/crte_8699.txt
 
 还有lmgrd的syn_lic.log中出现
 ......
 
 21:35:21 (snpslmd)
 21:35:21 (snpslmd) EXTERNAL FILTERS are OFF
 21:35:21 (lmgrd) snpslmd using TCP-port 44677
 21:35:21 (snpslmd) Serving features for the following vendor names:
 snpslmd  ACAD  adalmd  anagram  arcd  archprod  avantd  CADABRA  chrysalisd  cowared  EPIC  eved  everest  extremed  hscd  innologd  ISE-TCADd  knights  la_dmon  leda  magma  metasoftd  mwflexd  nassd  nsysnvs  numeritchd  pdld  riod  saber_dmn  sandwork  sclmgrd  sigmacd  slat  snpsOEM1  snpsOEM2  snpsOEM3  snpsOEM4  snslmgrd  ssilmd  synforad  synopsysd  synplctyd  TAVEREN  TE_CATS  tmald  vastlmd  vcsd
 10/15/2014 21:35:22 (snpslmd) ------------------------------------------------------------------
 10/15/2014 21:35:22 (snpslmd) Checking the integrity of the license file....
 10/15/2014 21:35:22 (snpslmd) Valid SSS feature found.
 10/15/2014 21:35:22 (snpslmd) The feature is needed to enable the other keys in your license file.
 10/15/2014 21:35:22 (snpslmd) Licensed to mammoth//ZWT 2006
 10/15/2014 21:35:22 (snpslmd) Siteid: <No Site Id>, Server Hostid: **********, Issued on: N/A
 10/15/2014 21:35:22 (snpslmd) ------------------------------------------------------------------
 22:10:00 (snpslmd) TCP_NODELAY NOT enabled
 
 lmstat的内容为
 
 lmstat - Copyright (c) 1989-2011 Flexera Software, Inc. All Rights Reserved.
 Flexible License Manager status on Wed 10/15/2014 21:32
 
 License server status: 27000@*****
 License file(s) on *****: /eda/synopsys/synopsys.dat:
 
 lmgrd is not running: Cannot connect to license server system. (-15,570:115 "Operation now in progress")
 
 sssverify的内容为
 
 Integrity check report for license file "/eda/synopsys/synopsys.dat".
 Report generated on 15-Oct-2014 (SCL_11.7)
 ---------------------------------------------------------
 Checking the integrity of the license file....
 Valid SSS feature found.
 Licensed to mammoth//ZWT 2006
 Siteid: <No Site Id>, Server Hostid: *********, Issued on: N/A
 License file integrity check PASSED!
 ---------------------------------------------------------
 You may now USE this license file to start your license server.
 Please don't edit or manipulate the contents of this license file.
 
 bashrc参照了http://bbs.eetop.cn/thread-412008-1-1.html的方法
 
 synopsys.dat的制作参照了http://bbs.eetop.cn/thread-410223-1-1.html的工具和方法
 
 #dve
 export PATH="/eda/synopsys/vcs/gui/dve/bin:"$PATH
 #VCS
 export PATH="/eda/synopsys/vcs/bin:"$PATH
 #Design Compiler
 export PATH="/eda/synopsys/dc/bin:"$PATH
 #pts
 #export PATH="/usr/synopsys/pt/pt_2011/bin:"$PATH
 #lmgrd
 export PATH="/eda/synopsys/scl/linux/bin:"$PATH
 #start synopsys license using lmgrd
 #alias lmli2="lmgrd -c /eda/synopsys/synopsys.dat -l ~/syn_lic.log"
 
 export SYNOPSYS="/eda/synopsys/dc"
 export SNPSLMD_LICENSE_FILE="27000@guojing"
 export LM_LICENSE_FILE="/eda/synopsys/synopsys.dat"
 export VCS_HOME="/eda/synopsys/vcs"
 export DEV_HOME="/eda/synopsys/vcs/gui/dve"
 #export PT_HOME=
 alias dc="dc_shell"
 alias dv="design_vision"
 alias vcs="vcs"
 alias dev="dev"
 #alias pt="primetime"
 | 
 |