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/Features/dsp_control/README.md
+3-1
Original file line number
Diff line number
Diff line change
@@ -31,6 +31,8 @@ This tutorial shows how to apply global and local controls to set the implementa
31
31
32
32
> **Warning** Make sure you add the device files associated with the FPGA that you are targeting to your Intel® Quartus® Prime installation.
33
33
34
+
> **Warning** Although this sample will compile when targeting a Cyclone® V FPGA, the DSP controls will be ignored as this feature is not supported on this FPGA family.
35
+
34
36
This sample is part of the FPGA code samples.
35
37
It is categorized as a Tier 3 sample that demonstrates a compiler feature.
36
38
@@ -256,4 +258,4 @@ Experiment with the code in this tutorial.
256
258
Code samples are licensed under the MIT license. See
257
259
[License.txt](https://github.com/oneapi-src/oneAPI-samples/blob/master/License.txt) for details.
258
260
259
-
Third party program Licenses can be found here: [third-party-programs.txt](https://github.com/oneapi-src/oneAPI-samples/blob/master/third-party-programs.txt).
261
+
Third party program Licenses can be found here: [third-party-programs.txt](https://github.com/oneapi-src/oneAPI-samples/blob/master/third-party-programs.txt).
0 commit comments