Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
hecmay committed Dec 28, 2021
1 parent 5e56ce7 commit fdaa064
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,10 @@ vi project/_x.hw.xilinx_u280_xdma_201920_3/reports/kernel/hls_reports/test_csynt
# 5. compile the HLS code into bitstream (this takes hours to finish)
cd project; make all TARGET=hw DEVICE=$XDEVICE

# 6. execute the bitstream on U250 FPGA
# 6. copy the dataset and compiled kernel.xclbin
cp -r ../dataset .
cp build_dir.hw.xilinx_u280_xdma_201920_3/kernel.xclbin .

# 7. execute the bitstream on U250 FPGA
./host kernel.xclbin
```

0 comments on commit fdaa064

Please sign in to comment.