DSP Builder for Intel® FPGAs (Advanced Blockset): Handbook

ID 683337
Date 3/23/2022
Public

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

Document Table of Contents

3.6.2.3.1. Setting up Board Support Package for 28 nm Device Families

Procedure

  1. Copy the <ALTERAOCLSDKROOT>/board/dspb_sil_jtag directory to a location where you have write access (for example CUSTOM_BOARDS).
  2. Change <CUSTOM_BOARDS>/dspba_sil_jtag/hardware directory
  3. Rename jtag_c5soc directory to desired name (for example jtag_myboard), remove the second directory.
  4. Change to the jtag_myboard directory
  5. In the top. qsf file, in board specific section:
    1. Change the device family and name setting according to device in your board
    2. Change clk and resetn port location and IO standard assignments according to your board specification
  6. In top.sdc file, in the call for create_clock command. Change the clock period according to a clock specification you have set in top.qsf file
  7. Open board.qsys file in Platform Designer
    1. Update REF_CLK_RATE parameter value for kernel_clk_generator instance according to clock specification you have set in top.qsf/sdc files
    2. Update the device family setting according to your board specification
  8. Open system.qsys file in Platform Designer. Update device family setting according to your board specification.
  9. In the <CUSTOM_BOARDS>/dspba_sil_jtag/board_env.xml file change the default hardware name to your directory (for example jtag_myboard).