Skip to content

Commit 5e56ce7

Browse files
committed
update readme
1 parent c82adbe commit 5e56ce7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ cd $HCL_HOME/samples/optical_flow
7575

7676
# 2. setup execution environment
7777
source /opt/xilinx/xrt/setup.sh
78-
export XDEVICE=/opt/xilinx/platforms/xilinx_u250_gen3x16_xdma_2_1_202010_1/xilinx_u250_gen3x16_xdma_2_1_202010_1.xpfm
78+
export XDEVICE=/opt/xilinx/platforms/xilinx_u280_xdma_201920_3/xilinx_u280_xdma_201920_3.xpfm
7979

8080
# 3. run the HLS code generation and hardware synthesis (a few mins)
8181
# after hardware synthesis, you will see the synthesis report
@@ -91,7 +91,7 @@ python case_study_optical_flow.py
9191
# the source code and utility files are generated under "project" folder.
9292
vi project/kernel.cpp
9393
vi project/host.cpp
94-
vi project/_x.hw.xilinx_u250_gen3x16_xdma_2_1_202010_1/reports/kernel/hls_reports/test_csynth.rpt
94+
vi project/_x.hw.xilinx_u280_xdma_201920_3/reports/kernel/hls_reports/test_csynth.rpt
9595

9696
# 5. compile the HLS code into bitstream (this takes hours to finish)
9797
cd project; make all TARGET=hw DEVICE=$XDEVICE

0 commit comments

Comments
 (0)