AN 780: Compiling and Customizing an Intel® Arria® 10 Custom Platform for OpenCL*

ID 683045
Date 10/30/2018
Public
Document Table of Contents

1.7.2.4. Modifying the board_spec.xml File

Add streaming FIFO channel information into the board_spec.xml file.
  1. Open the board_spec.xml file in the a10gx_ref_18.1/hardware/a10gx_fifo directory.
  2. Add the following streaming FIFO channel information into the board_spec.xml file:
    <channels>
       <interface name="board" width="64" type="streamsource" port="kernel_sc_fifo_out" chan_id="kernel_sc_fifo_in"/>
       <interface name="board" width="64" type="streamsink" port="kernel_sc_fifo_in" chan_id="kernel_sc_fifo_out"/>
    <channels>
  3. Save the board_spec.xml file.