File tree 1 file changed +2
-2
lines changed
DirectProgramming/C++SYCL_FPGA/Tutorials/Features/optimization_levels/minimum_latency/src
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -27,10 +27,10 @@ if(NOT DEFINED FPGA_DEVICE)
27
27
\n Please refer to the README for information on target selection." )
28
28
else ()
29
29
string (TOLOWER ${FPGA_DEVICE} FPGA_DEVICE_NAME)
30
- if (FPGA_DEVICE_NAME MATCHES ".*a10*" )
30
+ if (FPGA_DEVICE_NAME MATCHES ".*a10*" OR FPGA_DEVICE_NAME MATCHES ".*arria10.*" )
31
31
set (DEVICE_FLAG "A10" )
32
32
set (MANUAL_REVERT_FLAGS "-Xssfc-exit-fifo-type=default" )
33
- elseif (FPGA_DEVICE_NAME MATCHES ".*s10*" )
33
+ elseif (FPGA_DEVICE_NAME MATCHES ".*s10*" OR FPGA_DEVICE_NAME MATCHES ".*stratix10.*" )
34
34
set (DEVICE_FLAG "S10" )
35
35
set (MANUAL_REVERT_FLAGS "-Xshyper-optimized-handshaking=on -Xssfc-exit-fifo-type=default" )
36
36
elseif (FPGA_DEVICE_NAME MATCHES ".*agilex*" )
You can’t perform that action at this time.
0 commit comments