'vsim' requires HDL Verifier.
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
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?
0 commentaires
Réponses (2)
Kiran Kintali
le 25 Avr 2020
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
0 commentaires
Bharath Venkataraman
le 6 Mai 2020
If you are trying to co-simulate MATLAB code and HDL code in ModelSim, you will need the HDL Verifier product to do so.
0 commentaires
Voir également
Catégories
En savoir plus sur HDL Coder dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!