Xilinx / QNN-MO-PYNQ

BSD 3-Clause "New" or "Revised" License
241 stars 114 forks source link

Check FPGA hardware utilization of tinyYOLO #33

Closed Lavr18 closed 5 years ago

Lavr18 commented 5 years ago

Hi,

Your framework is really good! It works great on my PYNQ board. Thanks for your job.

I am now trying to test the hardware utilization of the tiny YOLO QNN used in the examples on my FPGA. I believe it should be done using Vivado. Could you please provide a guide on doing this on Windows 10? I use Vivado 2018.3.

Thanks, Aliaksei

giuliogamba commented 5 years ago

Hi,

the hardware utilization of the overlay is shown in the README available here. If you want to replicate, the hardware build, we do support this in a UNIX environment by executing the make-hw.sh script available here. We do not support Windows hardware rebuild, but you can take inspiration by the scripts (for Vivado HLS and Vivado) and execute them in your Windows environment.