06-08-2020 07:11 PM
When I try to run a yolo3 application in vivado flow using dpu v3.2 IP core, dpu.xclbin cannot be generated. I read seversal post in this board and notice that vitis flow is the recommended way.
I wonder if I use vivado to add DPU IP core and export .xsa to vitis, whether dpu.xclbin can be generated?
=======================
I am a newbie in FPGA development. Thanks a lot for your help.
06-08-2020 08:38 PM - edited 06-08-2020 10:20 PM
HI @lxfy1220
The dpu.xclbin is generated as an output file when we create the application in the Vitis flow, as shown below,
Below is the tutorial which contains the complete process for creating the application.
https://github.com/gewuek/vitis_ai_custom_platform_flow
06-08-2020 08:38 PM - edited 06-08-2020 10:20 PM
HI @lxfy1220
The dpu.xclbin is generated as an output file when we create the application in the Vitis flow, as shown below,
Below is the tutorial which contains the complete process for creating the application.
https://github.com/gewuek/vitis_ai_custom_platform_flow
06-09-2020 12:33 AM
HI @meherp
Thank you for your reply. From the tutorial I find the DPU IP core must be added in vitis. Is it necessary? I use vivado and vitis in windows before. Should I switch to the Linux?
06-09-2020 01:25 AM
The examples uses the Petalinux environment, therefore we will need the Linux machine.
Yes we need to add the DPU IP in Vitis project ( the connection between DPU IP and Vivado project is completed in the Vitis)
06-09-2020 02:45 AM
Okay,thank you for your answer. It really helps me a lot. I'll change my develop environment.