微波EDA网,见证研发工程师的成长!
首页 > 研发问答 > 综合技术问答 > EDA使用问答 > 安装Hspice出现问题?

安装Hspice出现问题?

时间:03-15 整理:3721RD 点击:



启动setup.sh时出现这个问题?我把里面的endif改成fi,还是不对,说是什么DISPILY,,啊啊啊,根不知道怎么设置,,cadence都装好了,,求各位大声解答啊
下面这是setup.sh的内容,,




  1. #! /bin/csh -f

  2. if ( ! $?DISPLAY ) then
  3. echo ""
  4. echo "Note: The DISPLAY environment variable is not set."
  5. echo "Set this variable to proceed with the graphical"
  6. echo "installation."
  7. echo ""
  8. exit 1
  9. endif

  10. set cmdpath = "$0"
  11. set cmd = "$cmdpath:t"

  12. if ( "$cmd" == "$cmdpath" ) then
  13. set cddir = "."
  14. else
  15. set cddir = "$cmdpath:h"
  16. endif

  17. set cddir_path = $cddir

  18. if ( $cddir_path == "." ) then
  19. set cddir_path = `pwd`
  20. endif

  21. $cddir_path/installer -gui


复制代码

source setup.sh



已经解决了,我把tar.Z放在windows里面解压的,所以文件损坏了,,应该要在linux里面解压。
不过谢谢了哈



应该执行csh setup.sh或者./setup.sh或者./installer -gui,而不是sh setup.sh

Copyright © 2017-2020 微波EDA网 版权所有

网站地图

Top