We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1577d2b commit 1aa9741Copy full SHA for 1aa9741
DirectProgramming/C++SYCL_FPGA/Tutorials/Tools/experimental/platform_designer/sample.json
@@ -46,9 +46,9 @@
46
"id": "fpga_emu",
47
"steps": [
48
"icx-cl --version",
49
- "cd ../../..",
50
- "mkdir add-oneapi/build",
51
- "cd add-oneapi/build",
+ "cd ../../../..",
+ "mkdir build",
+ "cd build",
52
"cmake -G \"NMake Makefiles\" ../Tutorials/Tools/experimental/platform_designer/add-oneapi",
53
"nmake fpga_emu",
54
"add.fpga_emu.exe"
@@ -58,9 +58,9 @@
58
"id": "report",
59
60
61
62
63
64
65
"nmake report"
66
]
0 commit comments