Visible to Intel only — GUID: waz1478091870145
Ixiasoft
Visible to Intel only — GUID: waz1478091870145
Ixiasoft
1.7. Intel® Arria® 10 Custom Platform Customization Example
Prerequisites for customization:
- You have prepared the original Custom Platform for customization, as outlined in the Preparing an Existing Custom Platform for Customization section.
- You have a <your kernel file name> directory within the Custom Platform directory. The vector_add directory mentioned herein was created after you compiled the a10gx_ref_18.1 Custom Platform for the first time using the Intel® FPGA SDK for OpenCL™ Offline Compiler, as described in the Compiling a Kernel without Regenerating the Custom Platform and Preparing an Existing Custom Platform for Customization sections.
The following information pertains to Steps 3 to 5 of the Customization Flow.
The figure below illustrates the customized a10gx_ref_18.1 Custom Platform’s hardware. Refer to Figure 2 for an illustration of the original Intel® Arria® 10 GX FPGA Development Kit Reference Platform’s architecture. Customization (shown in orange) includes adding an Avalon® Streaming ( Avalon® -ST) Single Clock FIFO component to the board.qsys file and then connecting it to the kernel via the freeze wrapper. Because the customization creates a streaming interface, you must alter the board_spec.xml file and change the channel property.
Customizing the a10gx_ref_18.1 Custom Platform involves the following tasks:
- Modifying the board.qsys File in the Custom Platform
Modify the board.qsys file by adding an Avalon® -ST Single Clock FIFO component. - Modifying the Kernel (freeze_wrapper.v and board_spec.xml)
Modify the freeze_wrapper.v and board_spec.xml files by adding an Avalon® -ST Adapter component. - Updating the Top-Level I/O Ring with the Modified board.qsys and freeze_wrapper.v Files
Add ports and signals to the board and freeze_wrapper instances in the top.v file. - Updating the Original Custom Platform Directory with the New Custom Platform Modifications
The final step to customizing your Custom Platform is to copy all modified files back into the original Custom Platform directory (that is, the a10gx_ref_18.1/hardware/a10gx_fifo directory). - Compilation Log Files
The compilation log files record verbose information while the software tools synthesize and compile the Custom Platform and the kernel. - Analyzing the Results from Compilation
After the full compilation flow has completed, check the results in the Intel® Quartus® Prime Pro Edition software GUI.