How to create a custom fpga board to use with IP core generation

5 vues (au cours des 30 derniers jours)
ARNAUD MARTIN
ARNAUD MARTIN le 9 Fév 2023
Modifié(e) : Kiran Kintali le 13 Fév 2023
Hello,
I would like to use a Basys3 FPGA Board (Artix 7 XC7A35T) with simulink and hdl coder.
I find solution to add my custom board, but i don't understant how add a reference design for the board.
I have always these error : "No reference deesigns exist for selected target platform".
There isn't any processor arm (not a soc) with the board.
So i am block to use hdl workflow advisor with ip core generation.
Could you help me ?
Have a good day,
Arnaud MARTIN

Réponse acceptée

Kiran Kintali
Kiran Kintali le 10 Fév 2023
Modifié(e) : Kiran Kintali le 13 Fév 2023
An example of an FPGA board which does not contain a processor can be found here: Working with an FPGA Board Using IP Core Generation Workflow
To access the reference design that is used in this example,
Install the support packaged named "HDL Coder Support Package for Xilinx FPGA Boards"
Get the support package installation folder using supportPackageRootFolder = matlabshared.supportpkg.getSupportPackageRoot
The reference designn example is located here: [supportPackageRootFolder]\toolbox\hdlcoder\supportpackages\xilinx\+hdlipcore\+board\+XilinxKC705\+vivado_no_axi_2018_2
You can check the plugin_rd.m file in the example. Note that Xilinx KC705 board does not contain a processor and has pure FPGA fabric.

Plus de réponses (0)

Produits


Version

R2022b

Community Treasure Hunt

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

Start Hunting!

Translated by