Deep Learning HDL Toolbox + Quartus Pro 23.3

48 visualizaciones (últimos 30 días)
Alexander Vorobyev
Alexander Vorobyev el 31 de Oct. de 2024 a las 9:20
Editada: Kiran Kintali el 31 de Oct. de 2024 a las 17:07
Hi!
I'm trying to build - dlhdl.buildProcessor for Altera SoC
1 % set path
hdlsetuptoolpath('ToolName', 'Altera Quartus II','ToolPath', 'C:\Altera\23.3\quartus\bin64\quartus.exe');
%test !quartus - it's ok
2 % Setup my DL Processor
customhPC = dlhdl.ProcessorConfig;
customhPC.ProcessorDataType = 'int8';
customhPC.TargetPlatform = 'Intel Arria 10 SoC development kit';
3 % build
dlhdl.buildProcessor(customhPC) % and then I get an error:
- Error using downstream.tool.messageToolNotAvailable
Selected synthesis tool "Altera QUARTUS II" is not available on the system path.
For MATLAB 'Altera QUARTUS II' it's not equal 'Altera Quartus II' ??
(Win11 + R2024a)

Respuestas (1)

Kiran Kintali
Kiran Kintali el 31 de Oct. de 2024 a las 15:48
Editada: Kiran Kintali el 31 de Oct. de 2024 a las 17:07
Please check the HDL Coder supported version of Intel Quartus with R2024a and R2024b releases.
  • Intel® Quartus® Prime Standard 22.1.1
  • Intel Quartus Pro 22.4
  • Intel® Quartus® Prime Standard 22.1.1
  • Intel Quartus Pro 23.3
Supported boards and Tools for Deep Learning HDL usecases
In R2024b Deep Learning HDL Toolbox has been tested with:
  • Xilinx Vivado® Design Suite 2023.1
  • Intel Quartus® Prime Standard 22.1.1
The error message is unhelpful. I have reported it to the development team. Can you try the supported version? Do not hesitate to reach out to tech support for further assistance.
  2 comentarios
Alexander Vorobyev
Alexander Vorobyev el 31 de Oct. de 2024 a las 16:11
Thanks for the answer, yes I will try the version Intel Quartus Pro 22.4
Wang Chen
Wang Chen el 31 de Oct. de 2024 a las 16:20
HI Alexander, please try Intel® Quartus® Prime Standard 22.1.1 instead, it is because Deep Learning HDL Toolbox does not support Intel Quartus Pro yet.

Iniciar sesión para comentar.

Categorías

Más información sobre Code Generation en Help Center y File Exchange.

Productos


Versión

R2024a

Community Treasure Hunt

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

Start Hunting!

Translated by