Effacer les filtres
Effacer les filtres

Cannot use hdlsetuptoopath with Quartus 22.4 Pro

6 vues (au cours des 30 derniers jours)
Nate Melster
Nate Melster le 3 Avr 2023
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?

Réponses (1)

Samyuktha
Samyuktha le 5 Avr 2023
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!!

Catégories

En savoir plus sur Code Generation dans Help Center et File Exchange

Produits


Version

R2023a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by