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链接已复制
1 回复
--- 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');
