Skip to content

Commit f409932

Browse files
authored
FPGA: document RTL library issue with the 2023.1 release. (#1471) (#1472)
1 parent e36de5f commit f409932

File tree

1 file changed

+3
-0
lines changed
  • DirectProgramming/C++SYCL_FPGA/Tutorials/Tools/use_library

1 file changed

+3
-0
lines changed

DirectProgramming/C++SYCL_FPGA/Tutorials/Tools/use_library/README.md

+3
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ This FPGA tutorial demonstrates how to build SYCL device libraries from RTL sour
2121
>
2222
> :warning: Make sure you add the device files associated with the FPGA that you are targeting to your Intel® Quartus® Prime installation.
2323
24+
25+
> :warning: When targeting an IP-only flow, the RTL library feature will not work when compiling to Quartus and will error out in the late-stage compile. RTL libraries will work in the simulation flow. This will be fixed in a future release. This is documented in the [compiler release notes](https://www.intel.com/content/www/us/en/developer/articles/release-notes/intel-oneapi-dpc-c-compiler-release-notes.html).
26+
2427
## Prerequisites
2528

2629
This sample is part of the FPGA code samples.

0 commit comments

Comments
 (0)