You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: DirectProgramming/C++SYCL_FPGA/Tutorials/Tools/use_library/README.md
-1Lines changed: 0 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -200,7 +200,6 @@ Note that the library files (\*.a) must be included after all of the cpp files i
200
200
> cmake -G "NMake Makefiles" .. -DFPGA_DEVICE=<FPGA device family or FPGA part number>
201
201
>```
202
202
>
203
-
>**Note**: The sample is defaultly targeting device Agilex family in`lib_rtl_dsp_spec.xml`. You will need to manually change the parameter in`lib_rtl_dsp_spec.xml`if you wish to target other devices.
204
203
205
204
3. Compile the design. (The provided targets match the recommended development flow.)
0 commit comments