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

8 views (last 30 days)
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

Accepted Answer

Kiran Kintali
Kiran Kintali on 10 Feb 2023
Edited: Kiran Kintali on 13 Feb 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.

More Answers (0)

Products


Release

R2022b

Community Treasure Hunt

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

Start Hunting!