Skip to content

Commit

Permalink
Update emulation reference platform to 2020.2
Browse files Browse the repository at this point in the history
  • Loading branch information
rwarmstr committed Feb 25, 2021
1 parent cd508e1 commit cc81d5b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Getting_Started/Vitis/example/zcu102/hw_emu/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ package/sd_card.img: app.exe emconfig.json vadd.xclbin xrt.ini run_app.sh
--package.sd_file run_app.sh

emconfig.json:
emconfigutil --platform xilinx_zcu102_base_202010_1 --nd 1
emconfigutil --platform xilinx_zcu102_base_202020_1 --nd 1

clean:
rm -rf vadd* app.exe *json *csv *log *summary _x package *.json .run .Xil .ipcache *.jou
Expand Down
2 changes: 1 addition & 1 deletion Getting_Started/Vitis/example/zcu102/sw_emu/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ package/sd_card.img: app.exe emconfig.json vadd.xclbin xrt.ini run_app.sh
--package.sd_file run_app.sh

emconfig.json:
emconfigutil --platform xilinx_zcu102_base_202010_1 --nd 1
emconfigutil --platform xilinx_zcu102_base_202020_1 --nd 1

clean:
rm -rf vadd* app.exe *json *csv *log *summary _x package *.json .run .Xil .ipcache *.jou
Expand Down

0 comments on commit cc81d5b

Please sign in to comment.