Visible to Intel only — GUID: ozq1523402767038
Ixiasoft
Visible to Intel only — GUID: ozq1523402767038
Ixiasoft
5.3.2.8. Generate the AF Build Environment
afu_synth_setup --source \
<path-to-build-configuration-file>/<build-configuration-filename> <build-dir \
-name>
cd $OPAE_PLATFORM_ROOT/hw/samples/hello_afu
afu_synth_setup --source hw/rtl/filelist.txt build_synth
afu_synth_setup -h
The afu_synth_setup command calls the rtl_src_config command as part of the synthesis build environment generation process.
The afu_synth_setup uses rtl_src_config internally to generate the appropriate fileset. Intel® recommends that you use afu_synth_setup instead of rtl_src_config directly.
cd build_synth
rtl_src_config --qsf --rel build \
<reference-to-updated-build-configuration-file> >hw/afu.qsf
If AFU design modifications require that the synthesis build environment be regenerated, you can overwrite an existing synthesis build directory by invoking the afu_synth_setup command with the -f command line option, or you can create a separate build environment by specifying a new target directory.
Modifying existing RTL source files, Platform Designer subsystems or IP variants without changing their location as you develop the AFU does not require that the synthesis build environment be regenerated or that the Intel Quartus Prime Pro settings file be updated.