|
马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。
您需要 登录 才可以下载或查看,没有账号?注册
x
本帖最后由 eecsseudl 于 2013-4-29 09:59 编辑
我在使用link for modelsim 模块时,严格按照matlab help里的Simulink and ModelSim Tutorial做的。Tutorial里有一步是:在matlab的command window里写入 vsim('socketsimulink', 4449)。但我照做了,matlab却提示错误:
Both launcher "modelsim" and "questasim" failed with non-zero status!
If the problem is that it is not on the system path,
please use parameter 'hdlsimdir' to specify its location
??? Error using ==> hdlsim at 766
Usage: modelsim [input] [Dml File Name] [Buffer Model Name] [Resistance] [Bit Period] [SIGWAVE_OFF (optional)]
Usage: modelsim [output] [Dml File Name] [Buffer Model Name] [Capacitance] [Resistance] [Voltage] [Bit Period] [SIGWAVE_OFF (optional)]
Error in ==> vsim at 89
hdlsim(pvpairs{:});
我按照提示,在command window里写入hdlsim('hdlsimdir','E:\Program Files\modelsim\win32')指定路径,就启动了modelsim,之后再写入vsim('socketsimulink', 4449),还是同样报错。
我接着又把connect method改成shared memory,在command window里写入vism,还是同样报错。说明不是socket port 端口号的问题。
这个问题该怎么解决呢?
我用的是matlab2007b,modelsimSE6.0
|
|