Visible to Intel only — GUID: gin1537524967566
Ixiasoft
2.1. HLS AFU Design Example Software Requirements
2.2. Compiling and Simulating the HLS Component with the i++ Command
2.3. Generating a Platform Designer Container for the HLS Component
2.4. Generating the ASE Testbench
2.5. Running the ASE Testbench
2.6. Compiling the AF Bitstream
2.7. Loading AF Bitstream and Running the Host Application
5.1. Platform Designer Opens with an Error
5.2. The design unit was not found Error When Running the make sim Command
5.3. Verilog HDL Compilation Errors
5.4. Compilation Errors During ASE Testbench Generation
5.5. Incorrect Output During Simulation
5.6. AF Bitstream Compilation Fails
5.7. Verilog Files Not Found Errors
Visible to Intel only — GUID: gin1537524967566
Ixiasoft
2. Building the HLS AFU Design Example
You need to run various commands to build and test the HLS AFU design. If you want to quickly verify your set-up, you can follow the abbreviated instructions in the example design /hls_afu/README.txt file.
The design example shows how you add an Intel® HLS Compiler component to an Acceleration Stack AFU. The HLS AFU design example targets the Intel® Programmable Acceleration Card with Intel® Arria® 10 GX FPGA. It includes:
- An AFU that runs on an FPGA. You can compile the platform-agnostic AFU into a platform-specific accelerator function (AF) that executes on the FPGA. This function interacts with memory on the host computer (host memory) through the core cache interface (CCI-P).
- Host software that runs on an Intel Xeon CPU. This software provides your application logic and is responsible for allocating memory to be shared with the AF, sending data to the FPGA, and collecting the results when the AF finishes executing.
Building the design examples includes the following steps:
- Compile and simulate the HLS component with the Intel® HLS Compiler to verify functional correctness.
- Add the HLS component to an AFU by creating a Platform Designer container.
- Cosimulate the design with the Intel AFU Simulation Environment (ASE) to confirm the AFU functionality after adding the HLS component:
- Compile the AF bitstream.
- Load the AF bitstream on hardware and run the host application.
Section Content
HLS AFU Design Example Software Requirements
Compiling and Simulating the HLS Component with the i++ Command
Generating a Platform Designer Container for the HLS Component
Generating the ASE Testbench
Running the ASE Testbench
Compiling the AF Bitstream
Loading AF Bitstream and Running the Host Application