'vsim' requires HDL Verifier.
이전 댓글 표시
I have been trying to use modelsim with matlab but I have the next problem:
>>vsim
'vsim' requires HDL Verifier.
anybody knows how I can solve it?
답변 (2개)
Kiran Kintali
2020년 4월 25일
1 개 추천
Are you just trying to launch Qeustasim from within MATLAB?
You should try this command in MATLAB to launch the executable from System path.
>> !vsim -gui
>> !vsim -do file.do
Bharath Venkataraman
2020년 5월 6일
1 개 추천
If you are trying to co-simulate MATLAB code and HDL code in ModelSim, you will need the HDL Verifier product to do so.
카테고리
도움말 센터 및 File Exchange에서 MATLAB Cosimulation에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!