File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
DirectProgramming/DPC++FPGA/ReferenceDesigns/gzip/src Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -97,7 +97,7 @@ message(STATUS "NUM_REORDER=${NUM_REORDER}")
97
97
# 1. The "compile" stage compiles the device code to an intermediate representation (SPIR-V).
98
98
# 2. The "link" stage invokes the compiler's FPGA backend before linking.
99
99
# For this reason, FPGA backend flags must be passed as link flags in CMake.
100
- set (EMULATOR_COMPILE_FLAGS "-Wall ${WIN_FLAG} -fintelfpga -g0 - DNUM_ENGINES=${NUM_ENGINES} -DFPGA_EMULATOR" )
100
+ set (EMULATOR_COMPILE_FLAGS "-Wall ${WIN_FLAG} -fintelfpga -DNUM_ENGINES=${NUM_ENGINES} -DFPGA_EMULATOR" )
101
101
set (EMULATOR_LINK_FLAGS "-fintelfpga -DNUM_ENGINES=${NUM_ENGINES} " )
102
102
set (HARDWARE_COMPILE_FLAGS "-Wall ${WIN_FLAG} -fintelfpga -DNUM_ENGINES=${NUM_ENGINES} " )
103
103
set (HARDWARE_LINK_FLAGS "-fintelfpga -Xshardware -Xsparallel=2 -Xsopt-arg=\" -nocaching\" -Xsboard=${FPGA_BOARD} -DNUM_ENGINES=${NUM_ENGINES} ${USER_HARDWARE_FLAGS} " )
You can’t perform that action at this time.
0 commit comments