Skip to content

Commit 550f76c

Browse files
authored
FPGA: added a warning in the dsp_control about unsupported Cyclone V target (#2131)
1 parent 822c82c commit 550f76c

File tree

1 file changed

+3
-1
lines changed
  • DirectProgramming/C++SYCL_FPGA/Tutorials/Features/dsp_control

1 file changed

+3
-1
lines changed

DirectProgramming/C++SYCL_FPGA/Tutorials/Features/dsp_control/README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ This tutorial shows how to apply global and local controls to set the implementa
3131
3232
> **Warning** Make sure you add the device files associated with the FPGA that you are targeting to your Intel® Quartus® Prime installation.
3333
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+
3436
This sample is part of the FPGA code samples.
3537
It is categorized as a Tier 3 sample that demonstrates a compiler feature.
3638

@@ -256,4 +258,4 @@ Experiment with the code in this tutorial.
256258
Code samples are licensed under the MIT license. See
257259
[License.txt](https://github.com/oneapi-src/oneAPI-samples/blob/master/License.txt) for details.
258260
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

Comments
 (0)