Intel® FPGA SDK for OpenCL™ Pro Edition: Custom Platform Toolkit User Guide

ID 683085
Date 3/28/2022
Public
Document Table of Contents

2.2.1. board

The board element of the board_spec.xml file provides the version and the name of the accelerator board.
Example eXtensible Markup Language (XML) code:
<board version="<version>" name="<Custom_Platform_name>">
...
</board>
Table 10.  Attributes for the board Element
Attribute Description
version The version of the board. The board version must match the version of the Intel® Quartus® Prime Pro Edition software you use to develop the Custom Platform.
name The name of the accelerator board, which must match the name of the directory in which the board_spec.xml file resides. The name must contain a combination of only letters, numbers, underscores (_), hyphens (-), or periods (.) (for example, a10_ref).