We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 977ecc0 commit c65d570Copy full SHA for c65d570
DirectProgramming/C++SYCL_FPGA/Tutorials/Tools/use_library/CMakeLists.txt
@@ -172,10 +172,8 @@ elseif(DEVICE_FLAG MATCHES S10)
172
set(FAMILY "Stratix 10")
173
elseif(DEVICE_FLAG MATCHES CycloneV)
174
set(FAMILY "Cyclone V")
175
-elseif(DEVICE_FLAG MATCHES Agilex5)
176
- set(FAMILY "Agilex 5")
177
else()
178
- set(FAMILY "Agilex7")
+ set(FAMILY "Agilex")
179
endif()
180
181
# The RTL file (specified in lib_rtl_spec.xml) must be copied to the CMake working directory for the final stage of FPGA hardware compilation
0 commit comments