Cannot use hdlsetuptoopath with Quartus 22.4 Pro
조회 수: 2 (최근 30일)
이전 댓글 표시
The latest Quartus Pro version is 22.4, and it is installed without creating the file 'qpro.exe'. The file 'quartus.exe' is created, and it is the executable to run Quartus Pro. However, there is an issue with the Matlab command 'hdlsetuptoopath' that looks for the file 'qpro.exe' when using 'Intel Quartus Pro'.
Anyway, I can type either of the the two Malab commands below, but I will get an error on each.
hdlsetuptoolpath('ToolName', 'Intel Quartus Pro', 'ToolPath', 'C:\intelFPGA_pro\22.4\quartus\bin64\qpro.exe');
or
hdlsetuptoolpath('ToolName', 'Intel Quartus Pro', 'ToolPath', 'C:\intelFPGA_pro\22.4\quartus\bin64\quartus.exe');
Both of these commands generate an error looking like below.
Error using setupToolPath
Input tool path 'C:\intelFPGA_pro\22.4\quartus\bin64\quartus.exe'
does not point to a valid Intel Quartus Pro executable 'qpro.exe'.
Please specify the full path to the synthesis tool executable.
For example:
hdlsetuptoolpath('ToolName', 'Intel Quartus Pro', ...
'ToolPath', 'C:\intelFPGA_pro\18.0\quartus\bin64\qpro.exe');
Can the 'Intel Quartus Pro' be changed to look for 'quartus.exe' instead?
댓글 수: 0
답변 (1개)
Samyuktha
2023년 4월 5일
Hi Nate,
I understand that you are facing issue with 'hdlsetuptoolpath' command when using Intel Quartus Pro version 22.4.
Unfortunately, MATLAB only supports Intel® Quartus® Prime Standard 21.1 and Intel Quartus Pro 21.3 version of the Intel Quartus Third-party synthesis tools. Hence, you are facing an error when running the above commands.
More information on the supported Third-party synthesis tools can be found in the following documentation link:
Hope this helps!!
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 HDL Coder에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!