1 download installation files
2 you will get the tar files:
3 First, install the installer. Un-compress the tar files by command: “tar –xvf installer_v2.8.tar.Z”. then you will get a folder “install_bin” and file “install.now” “setup.sh”.
4 change to “root” and create folder for where you want to install it. Example: create folder “tools” under “/” path.
5 go to the path “~/linux_installer” and run “setup.sh” with “root”
6 during installing, specify the source path for SCL.
7 After install, you will get a folder like “11.4(basic on your scl version)” under you installed path.
8 go to the path “~/linux_installer” and run “setup.sh” with “root” again. And specify the path “linux_version” to install Hspice
9 remember to modify the installed path again.
10 wait to install… after install, you will see below message:
11 set floating license variable “SNPSLMD_LICENSE_FILE”.
解决方案是1. 用which查找hspice调用的文件,应该在hspice安装路径下的bin里的“hspice”,比如“hspice_vE-2010.12-SP2/hspice/bin/hspice",这是一个csh脚本;
2. 用vim打开这个csh脚本,找到以下几行把它们注释掉即可,大约在202行
if (("$sse" == "") || ($status != 0)) then
echo "Error: SSE2 instruction is not supported on this machine."
echo "HSPICE has adopted SSE2 instruction since 2006.09 version."
echo "Please review the release note for more detailed information."
exit 1
endif
原因可能是sse这个变量太长了。
另一个方法是
如果你是32位linux,那么可以直接调用hspice的可执行文件来仿真,而不要用它默认的bin下hspice csh脚本,比如在.cshrc中加上一个alias语句
alias hspice $hspice_install_dir/hspice/linux/hspice
但这样做有个缺点是仿真时不能调用veriloga。
1解压64位AutoCAD2010中文简体版安装包,找到如下图中的setup.exe文件;2单击setup.exe文件,d出新的窗口,如下图,找到“安装产品”位置;
3点击“安装产品”位置,出现新的界面,选择如下第一图,点击“下一步”,出现新的界面,其会提示“正在初始化AutoCAD2010”,如下第二图;
4过个几秒钟,出现新的界面,选择“我接受”,点击下一步,出现新的界面,序列号和密钥按照下列图中输入,姓氏根据自己喜好填写,如下各图所示;
5点击“下一步”,进入新的界面,找到“配置”,点击“配置“,里面可设定软件安装位置等,如下各图所示:
6最后点击”配置完成“回到之前的界面,点击”安装“,会出现安装界面,如下图所示:
7等该其安装,约十几二十分钟后,安装成功,会出现新的界面提示,最后点击”完成“,如下图。
9到桌面双击“AutoCAD2010”快捷方式,打开软件,进行设置,最后输入正版的“激活码”激活软件,就可以开始使用软件了!
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)