Clear Filters
Clear Filters

how to use Deep Learning HDL Toolbox Support Package for Xilinx FPGA and SoC Devices in MATLAB ONLINE

28 views (last 30 days)
i AM DOING RESEARCH IN DEEP NEURAL NETWORKS.SINCE OUR INSTITUTION "PSG COLLEGE OF TECHNOLOGY,COIMBATORE"I HAS LICENCE ,I HAVE STARTED TO EXPLORE DEEP LEARNING HDL TOOL BOX IN ONLINE MATLAB.BUT WHILE RUNNING THE CODE IT SHOWS THE ERROR"Attempt to create a Target for vendor 'Xilinx'. The 'Deep Learning HDL Toolbox Support Package for Xilinx FPGA and SoC Devices' support package has not been installed.".since i am using ONLINe MATLAb,i could not find the Deep Learning HDL Toolbox Support Package for Xilinx FPGA and SoC Devices.
  2 Comments
Manikanta Aditya
Manikanta Aditya on 10 Jul 2024 at 7:00
MATLAB Online does not support the installation of hardware support packages. These packages typically require the ability to communicate with hardware devices, which is not possible in the MATLAB Online environment.
However, you can use the Deep Learning HDL Toolbox Support Package for Xilinx FPGA and SoC Devices on a local installation of MATLAB.

Sign in to comment.

Answers (1)

Kiran Kintali
Kiran Kintali on 11 Jul 2024 at 1:07
Deep Learning HDL Toolbox and HDL Coder products are needed for exploring the FPGA/ASIC workflow.
Deep Learning HDL Toolbox provides functions and tools to prototype and implement deep learning networks on FPGAs and SoCs.
HDL Coder enables high-level design for FPGAs, SoCs, and ASICs by generating portable, synthesizable Verilog®, SystemVerilog, and VHDL® code from MATLAB functions, Simulink models, and Stateflow charts. You can use the generated HDL code for FPGA programming, ASIC prototyping, and production design.
Generating HDL code from Simulink model, MATLAB code or Deep Learning Network can be done in the online workflow. Synthesis and Programming of the generated code to bitstream and board support workflows may require access to the support packages and advanced HDL Coder workflows that are only available in the desktop installation.

Categories

Find more on FPGA, ASIC, and SoC Development in Help Center and File Exchange

Products


Release

R2024a

Community Treasure Hunt

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

Start Hunting!