Skip to content

Commit fdaa064

Browse files
committed
update readme
1 parent 5e56ce7 commit fdaa064

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,10 @@ vi project/_x.hw.xilinx_u280_xdma_201920_3/reports/kernel/hls_reports/test_csynt
9696
# 5. compile the HLS code into bitstream (this takes hours to finish)
9797
cd project; make all TARGET=hw DEVICE=$XDEVICE
9898

99-
# 6. execute the bitstream on U250 FPGA
99+
# 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
100104
./host kernel.xclbin
101105
```

0 commit comments

Comments
 (0)