hspice在Linux
『壹』 linux下運行hspice顯示word too long,是什麼問題,求高人解答
解決方案是
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。
『貳』 hspice的網表怎麼生成。我有一個電路圖,想用hspice模擬,請問網表怎麼生成,是用什麼軟體
像這么簡單的電路用手寫就可以了(看看網表的基本寫法就可以寫出來了),保存成.sp格式的文件,如果想用軟體的話,在pc上可以用workview、orcad等,如果在linux系統下,可以用cadence composer、laker adp等
『叄』 Win下和linux下 Hspice的區別
兩者沒有本質的區別,都是模擬器,只是運行環境不同而已。一般win下模擬大的電路速度會很慢。
『肆』 Linux下有哪些電路模擬的軟體
首先不知是邏輯電路還是模擬電路。
邏輯電路的話一般是對硬體描述語言(HDL)進行模擬的軟體,比如altera公司的ModelSim,開源的http://gna.org/projects/ghdl/(VHDL),Icarus Verilog(Verilog)等,更多可以參考List of HDL simulators,以及VHDL。
如果是模擬電路的話,一般以spice的眾多衍生版本,比如商業的NI Multisim: 強大的電路設計和教學軟體,Synopsys HSPICE,以及開源的http://ngspice.sourceforge.net/等等……
大部分電路相關軟體都會提供linux版,可能除了一些國內的單片機廠商啥的……
『伍』 hspice for linux 安裝求助
How to install Hspice on Linux:
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 ring 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」.
『陸』 在linux下面有沒有的類似Proteus的單片機模擬軟體啊。求高手指點
Hspice有linux版的,不過不是對單片機的,,單片機方面模擬的軟體很少吧
『柒』 關於hspice提問
ngspice沒用過,應該也是基於基於spice的模擬軟體,你直接下載hspice,分win版本的和linux版本,一般要破解