How to use genetic xilinx platform in HDL coder.

2 views (last 30 days)
I use a develop-board with Spatan3 then using genetic Xilinx platform shown in pic1. But that not show same pic2,3 that can't program target device. How to connect Matlab to my develop-board or that only convert to HDL code for running in Xilinx ISE.
pic1
pic2
pic3

Answers (1)

Kiran Kintali
Kiran Kintali on 20 Oct 2020
To support any new board, you need to build a custom reference design.
Define and register custom reference design for a Xilinx platform. HDL Coder™ can generate an IP core that you can deploy to that Platform. You can integrate the generated IP core into the default system reference design or into your own custom reference design that you can register for the board.
System for defining and registering boards and reference designs.
Define the interface and attributes of a custom SoC board. After defining the board, you can target it using the IP Core Generation Workflow in the HDL Workflow Advisor.
Define the interface and attributes of a custom SoC reference design. After defining and registering the reference design, you can target it using the IP Core Generation Workflow in the HDL Workflow Advisor.
Learn how to define custom parameters and custom callback functions for your custom reference design.
Learn how you can create an IP repository and add the IP modules in the repository to your custom reference design.

Products

Community Treasure Hunt

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

Start Hunting!