Accelerator Functional Unit Developer’s Guide for Intel® FPGA Programmable Acceleration Card
Visible to Intel only — GUID: pwb1523052199772
Ixiasoft
Visible to Intel only — GUID: pwb1523052199772
Ixiasoft
5.3.2.2.3. Using the AFU UUID Header File
The AFU should use the AFU_ACCEL_UUID macro defined within afu_json_info.vh to set the AFU’s UUID in its implementation. For example, the hello_afu sample AFU includes the afu_json_info.vh and sets the AFU UUID using the afu_json_info.vh macro in the following SystemVerilog source file:
$OPAE_PLATFORM_ROOT/hw/samples/hello_afu/hw/rtl/afu.sv