System Generator for Digilent Nexys A7 board with Artix7 100T processor

26 views (last 30 days)
I have the Digilent Nexys A7 board with the Artix7 100T processor. In System Generator, the boards with Artix7 200T processors are listed.
How can I use my board with the Xilinx blockset in MATLAB? I've purchased this board and have to go with it. Please help!

Answers (1)

Sachin Lodhi
Sachin Lodhi on 28 Feb 2024
Hi Suhanya, the Digilent Nexys A7 board with an Artix-7 100T FPGA is not directly supported by Xilinx System Generator as a predefined target board. However, you can still use it with the Xilinx blockset in MATLAB by creating a custom System Generator configuration that matches the specifications of your Nexys A7 board. This approach requires "targeted" code generation, in which Xilinx System Generator for DSP generates the code for Xilinx blocks, and HDL Coder™ generates code from Simulink blocks.
This overall workflow for Xilinx System Generator within HDL Coder is described at this documentation page; pay particular attention to the requirements and limitations listed near the bottom of the page.
Furthermore, the following example may be helpful when getting started. It illustrates the workflow, and elaborates on how this works: "HDL Coder™ generates HDL code from the Simulink blocks, and uses Xilinx System Generator to generate HDL code from the Xilinx System Generator Subsystem blocks."

Products


Release

R2017a

Community Treasure Hunt

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

Start Hunting!