Visible to Intel only — GUID: GUID-0AEC58F2-D07D-40BF-9574-676993CACCC6
Visible to Intel only — GUID: GUID-0AEC58F2-D07D-40BF-9574-676993CACCC6
reuse-exe
Tells the compiler to speed up Field Programmable Gate Array (FPGA) target compile time by reusing a previously compiled FPGA hardware image.
Syntax
Linux: |
-reuse-exe=exe-filename |
Windows: |
-reuse-exe=exe-filename |
Arguments
exe-filename |
Is a previously compiled SYCL* binary. |
Default
OFF |
There is no potential compile-time speed up by reusing the executable for the FPGA target. |
Description
This option tells the compiler to speed up FPGA target compile time by reusing a previously compiled FPGA hardware image. This option is useful only when compiling for hardware.
It lets you minimize or avoid long Intel® Quartus® Prime Software compile times for FPGA targets when the device code is unchanged.
When offloading is enabled, this option only applies to device-specific compilation.
IDE Equivalent
Alternate Options
None