Xilinx / BNN-PYNQ

Quantized Neural Networks (QNNs) on PYNQ
https://xilinx.github.io/finn/
BSD 3-Clause "New" or "Revised" License
671 stars 306 forks source link

Changes to be made in overlay to modify the BNN #164

Open shobhitt10 opened 2 years ago

shobhitt10 commented 2 years ago

Hi, I want to implement some research paper on PYNQ i.e. need to modify the bnn/qnn architecture (say the activation function, layers etc.). So, what changes should be made in the vivado block design to generate bitstream? and what all things will remain same (e.g. AXI)

Also, how can I get the block diagram of bnn in vivado project to get bitstreams? (tried with .tcl file from https://github.com/Xilinx/BNN-PYNQ/tree/master/bnn/bitstreams/pynqZ1-Z2/ but it had version issues)