Standalone FPGA Boards

Generate and deploy HDL code on Intel® or Xilinx® boards

To deploy your design on a standalone Intel or Xilinx FPGA board, you must install the HDL Coder™ Support Package for Intel FPGA Boards or the HDL Coder Support Package for Xilinx FPGA Boards respectively. For installation information, see HDL Coder Supported Hardware.

Classes

hdlcoder.BoardBoard registration object that describes SoC custom board
hdlcoder.ReferenceDesignReference design registration object that describes SoC reference design
hdlcoder.WorkflowConfigConfigure HDL code generation and deployment workflows

Functions

expand all

socExportReferenceDesignExport custom reference design for HDL Workflow Advisor
addExternalIOInterfaceDefine external IO interface for board object
addExternalPortInterfaceDefine external port interface for board object
addInternalIOInterfaceAdd and define internal IO interface between generated IP core and existing IP cores
addAXI4MasterInterfaceAdd and define AXI4 Master interface
addAXI4SlaveInterfaceAdd and define AXI4 slave interface
addAXI4StreamInterfaceAdd AXI4-Stream interface
addAXI4StreamVideoInterfaceAdd AXI4-Stream Video interface
addClockInterfaceAdd clock and reset interface
addCustomEDKDesignSpecify Xilinx EDK MHS project file
addCustomQsysDesignSpecify Altera Qsys project file
addCustomVivadoDesignSpecify Xilinx Vivado exported block design Tcl file
addIPRepositoryInclude IP modules from your IP repository folder in your custom reference design
addParameterAdd and define custom parameters for your reference design
validateReferenceDesignCheck property values in reference design object
validateBoardCheck property values in board object

Topics

IP Core Generation

Model Design for AXI4 Slave Interface Generation

How to design your model for AXI4 or AXI4-Lite interfaces for scalar or vector ports and read back values.

Model Design for AXI4-Stream Interface Generation

How to design your model for AXI4-Stream vector or scalar interface generation.

Model Design for AXI4-Stream Video Interface Generation

How to design your model for IP core generation with AXI4-stream video interfaces.

Model Design for AXI4 Master Interface Generation

Description of AXI4 Master protocol, and how you can design your model for IP core generation with AXI4-Master interfaces.

IP Core Generation Workflow for Standalone FPGA Devices

Learn how to use the IP Core Generation workflow with standalone FPGA devices and embed the IP core into the reference design.

Program Xilinx and Intel Boards

Program Target FPGA Boards or SoC Devices

How to program the target Intel or Xilinx Hardware.

Program Standalone Xilinx FPGA Development Board from Simulink (HDL Coder Support Package for Xilinx FPGA Boards)

This example shows how to target a Xilinx FPGA development board for synthesis using the FPGA Turnkey workflow.

Program Standalone Altera FPGA Development Board from Simulink (HDL Coder Support Package for Intel FPGA Boards)

This example shows how to target an Altera® FPGA development board for synthesis using the FPGA Turnkey workflow.

Program Standalone Xilinx FPGA Development Board from MATLAB (HDL Coder Support Package for Xilinx FPGA Boards)

FPGA Turnkey workflow for deployment to standalone FPGA hardware.

Program Standalone Altera FPGA Development Board from MATLAB (HDL Coder Support Package for Intel FPGA Boards)

FPGA Turnkey workflow for deployment to standalone FPGA hardware.

Troubleshooting

Resolve Timing Failures in IP Core Generation and Simulink Real-Time FPGA I/O Workflows

Resolve timing failures in Build FPGA Bitstream step of IP Core Generation Workflow or Simulink Real-Time FPGA I/O Workflow for Vivado-Based Boards.

Featured Examples