We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f12274 commit e9d2edeCopy full SHA for e9d2ede
DirectProgramming/C++SYCL_FPGA/Tutorials/Features/stall_enable/sample.json
@@ -48,7 +48,7 @@
48
"cd build",
49
"cmake .. -DPART=STALL_FREE",
50
"make fpga_emu",
51
- "./stall_enable.fpga_emu",
+ "./stall_enable.fpga_emu"
52
]
53
},
54
{
@@ -72,7 +72,7 @@
72
73
"cmake -G \"NMake Makefiles\" ../Tutorials/Features/stall_enable -DPART=STALL_ENABLE",
74
"nmake fpga_emu",
75
- "stall_enable.fpga_emu.exe",
+ "stall_enable.fpga_emu.exe"
76
77
78
@@ -95,7 +95,7 @@
95
96
"cmake -G \"NMake Makefiles\" ../Tutorials/Features/stall_enable -DPART=STALL_FREE",
97
98
99
100
101
0 commit comments