Intel® Quartus® Prime Software
Intel® Quartus® Prime Design Software, Design Entry, Synthesis, Simulation, Verification, Timing Analysis, System Design (Platform Designer, formerly Qsys)
17267 Discussions

Interfacing of Modelsim and MATLAB

Altera_Forum
Honored Contributor II
2,484 Views

I am trying to interface MATLAB 2012b 32 bit with Modelsim PE student edition 10.4a. 

When I am writing vsim in MATLAB command window it is showing following error. 

 

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 106) 

hdlsim(pvpairs{:}); 

 

My Modelsim is working properly when I am using it with different code only the interfacing is not working.I have also added Modelsim in my system path. Please tell me what to do with this. 

Thanks and regards.
0 Kudos
1 Reply
Altera_Forum
Honored Contributor II
1,559 Views

Afaik, you need a full version of modelsim to interface it to MATLAB.

0 Kudos
Reply