IC 软件使用注意事项


  • DISPLAY变量设置

synopsys 新版工具GUI本地启动失败问题,我目前遇到icc_shell -gui启动的时候 ,出现如下提示,然后就没有然后了

$ icc_shell -gui

                          IC Compiler (TM)
                         IC Compiler-PC (TM)
                         IC Compiler-XP (TM)
                         IC Compiler-DP (TM)
                         IC Compiler-AG (TM)

          Version H-2013.03-ICC for RHEL32 -- Mar 05, 2013

Zroute is the default router for ICC, ICC-PC, ICC-DP and ICC-AG in IC Compiler.
         Classic router will continue to be fully supported.

               Copyright (c) 1988-2013 Synopsys, Inc.

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.

Initializing...
Exit IC Compiler!

将DISPLAY变量按照如下方式进行设置,然后就可以在本地打开ICC软件的图像界面了。
setenv DISPLAY unix:0

参考自:

http://bbs.eetop.cn/thread-378502-1-1.html

你可能感兴趣的:(ICC)