wangjie1450 / CNN_FPGA_ZYNQ_PYNQ

hls code zynq 7020 pynq z2 CNN

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CNN_FPGA_ZYNQ_PYNQ

hls code zynq 7020 pynq z2 CNN

step 1:hls code can generate IP core in vivado hls

step 2:use IP core to build block design in vivado,generate bitstream and tcl

step 3:copy the tcl and bitstream to pynq

step 4: use ARM to configure the FPGA by pynq overlay

this is vivado block design:

Alt text

############################################################

something else: zynqnet can't run in the zynq 7020 or pynq. Because zynq 7020 or pynq don't have enough LUT,BRAM and DSP. the zynqnet resource requirement:

Alt text

Alt text

In order to compile zynqnet hls code success, I have to comment some hls optimization.Also it need add several include files. the hls source of zynqnet :

Alt text

the block design of zynqnet :

Alt text

About

hls code zynq 7020 pynq z2 CNN


Languages

Language:Tcl 64.0%Language:Python 25.7%Language:C++ 8.5%Language:C 1.8%