We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e56ce7 commit fdaa064Copy full SHA for fdaa064
1 file changed
README.md
@@ -96,6 +96,10 @@ vi project/_x.hw.xilinx_u280_xdma_201920_3/reports/kernel/hls_reports/test_csynt
96
# 5. compile the HLS code into bitstream (this takes hours to finish)
97
cd project; make all TARGET=hw DEVICE=$XDEVICE
98
99
-# 6. execute the bitstream on U250 FPGA
+# 6. copy the dataset and compiled kernel.xclbin
100
+cp -r ../dataset .
101
+cp build_dir.hw.xilinx_u280_xdma_201920_3/kernel.xclbin .
102
+
103
+# 7. execute the bitstream on U250 FPGA
104
./host kernel.xclbin
105
```
0 commit comments