vsim does not find modelsim - how do I install modelsim? is it part of matlab installation? where do I finde the correct installation zip-file?

24 ビュー (過去 30 日間)
I would like to run a cosimulation but I get the following error:
>> vsim
Error using hdlsim/l_GetModelSimLibInfo (line 527)
Could not find ModelSim executable vsim. Make sure that ModelSim is installed on this
machine and its executables are on the system path.
Error in hdlsim (line 123)
libInfo = l_GetModelSimLibInfo;
Error in vsim (line 110)
hdlsim(pvpairs{:});
so how do I get Modelsim on my windows 10 - Link to download
  1 件のコメント
VISHAL KUTTAPPA AKKAPANDA KUSHALAPPA
VISHAL KUTTAPPA AKKAPANDA KUSHALAPPA 2020 年 10 月 8 日
Add the ModelSim path in windows. The problem could be solved by adding the path in environment variable.

サインインしてコメントする。

採用された回答

Stefanie Schwarz
Stefanie Schwarz 2018 年 12 月 28 日
編集済み: Stefanie Schwarz 2018 年 12 月 28 日
ModelSim is a third-party HDL simulation environment proprietary to Mentor Graphics. Please contact your company's IT department or the vendor for installation files and instructions:
  4 件のコメント
Michael Sommer
Michael Sommer 2019 年 1 月 4 日
yes please at least for FPGA Hardware you usually get on for free. I guess it should not be a full blown version but enough to run your tutorial / video. Thanks
Stefanie Schwarz
Stefanie Schwarz 2019 年 1 月 11 日
I see what you are referring to. However, HDL Verifier actually requires a "full" HDL simulator. Free versions like Modelsim-Intel Starter Edition won't work with HDL Verifier since a required interface (FLI) is disabled.

サインインしてコメントする。

その他の回答 (0 件)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by