Accelerator Functional Unit Developer’s Guide for Intel® FPGA Programmable Acceleration Card

ID 683129
Date 7/20/2020
Public
Document Table of Contents

6.1.3. Generate the Remote Debug Enabled AF

After adding the above settings to the AFU's build configuration file, update the synthesis build environment and generate the remote debug enabled AF:

cd <path-to-synth-build-environment>

$ rtl_src_config --qsf --rel build <path-to-build-config-file>/<build-config-filename> >hw/afu.qsf

$OPAE_PLATFORM_ROOT/bin/run.sh

For <path-to-synth-build-environment> , use the directory path passed to the afu_synth_setup script when you created the synthesis build environment.

The nlb_mode_0_stp example already has a remote debug enabled AF:

$OPAE_PLATFORM_ROOT/hw/samples/nlb_mode_0_stp/bin/nlb_mode_0_stp.gbs.