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

No Synthesis tool available on system path Problem with Simulink HDL Coder

Altera_Forum
Honored Contributor II
2,341 Views

I'm a user of Quartus Web edition 10.1 and I'm trying to create a Quartus project via Simulink HDL Coder, but HDL workflow advisor says that there aren't synthesis tool on system path.  

How can I fix it? 

 

PS: My matlab version is 2010b 

 

Thanks in advance 

Gildo
0 Kudos
1 Reply
Altera_Forum
Honored Contributor II
1,339 Views

 

--- Quote Start ---  

I'm a user of Quartus Web edition 10.1 and I'm trying to create a Quartus project via Simulink HDL Coder, but HDL workflow advisor says that there aren't synthesis tool on system path.  

How can I fix it? 

 

PS: My matlab version is 2010b 

 

Thanks in advance 

Gildo 

--- Quote End ---  

 

 

you must run this line on MATLAB command prompt 

hdlsetuptoolpath('ToolName', 'Altera Quartus II','ToolPath', 'C:\altera\13.0\quartus\bin64\quartus.exe');
0 Kudos
Reply