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/GettingStarted/fpga_compile/README.md
+5-5
Original file line number
Diff line number
Diff line change
@@ -145,37 +145,37 @@ int main() {
145
145
```
146
146
147
147
### Compiler Options
148
-
This section includes a helpful list of commands and options to compile this design for the FPGA emulator, generate the FPGA early image optimization reports, and compile for FPGA hardware.\
148
+
This section includes a helpful list of commands and options to compile this design for the FPGA emulator, generate the FPGA early image optimization reports, and compile for FPGA hardware.
149
149
>**Note**: In this sample, the compiler is refered to as `icpx`. On Windows, you should use `icx-cl`.
0 commit comments