Skip to content

Commit a240a51

Browse files
authored
FPGA: Remove outdated note in README.md (#2496)
Minor change in Readme Device selection not longer hard-coded in .xml or .v file
1 parent f3e46e1 commit a240a51

File tree

1 file changed

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

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,6 @@ Note that the library files (\*.a) must be included after all of the cpp files i
200200
> cmake -G "NMake Makefiles" .. -DFPGA_DEVICE=<FPGA device family or FPGA part number>
201201
> ```
202202
>
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.
204203
205204
3. Compile the design. (The provided targets match the recommended development flow.)
206205

0 commit comments

Comments
 (0)