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

ID 683398
Date 5/04/2018
Public

A newer version of this document is available. Customers should click here to go to the newest version.

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 11.  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 Standard 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).