Skip to content

Commit 5f891ad

Browse files
authored
FPGA: add caveat for running the build_system.tcl script in the platform_designer code sample (#2358)
Add a disclaimer for the Platform Designer code sample, since the pre-generated quartus project definitely doesn't work with Quartus® Prime 21.2. Confirm that re-building the project as shown in directions works though.
1 parent 3edbf37 commit 5f891ad

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ Follow these steps to compile and test the design:
279279
> xcopy add_quartus\output_files\add.sof system_console /Y
280280
```
281281

282-
You may also build the SOF using the pre-generated Intel® Qupartus® Prime project in the `add_quartus_sln` directory by executing the included `build_system.tcl` script.
282+
You may also build the SOF using the pre-generated Intel® Qupartus® Prime project in the `add_quartus_sln` directory by executing the included `build_system.tcl` script. This script has been verified against the latest version of Quartus® Prime Pro Edition software available at the time of writing (24.1). The script and pre-generated project may not work with other versions of Quartus® Prime.
283283

284284
Linux:
285285

0 commit comments

Comments
 (0)