Error while running MNIST pre-built finn example #785
-
Hello everyone, I am trying to run the pre-built finn example, but I am facing this error. Where to find this bitfile ? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hi @n17a10d19e97r , thanks for your question! From the latest FINN-examples release, we currently don't provide pre-built bitfiles for the Pynq-Z2 board. If you want to generate a bitfile for the TFC networks for the Pynq-Z2 board, you would have to do that manually. You can follow the steps here. More specifically, you would only need to edit the following line to Hope this helps you further. Please let me know if you have any further questions! |
Beta Was this translation helpful? Give feedback.
Hi @n17a10d19e97r , thanks for your question!
From the latest FINN-examples release, we currently don't provide pre-built bitfiles for the Pynq-Z2 board. If you want to generate a bitfile for the TFC networks for the Pynq-Z2 board, you would have to do that manually. You can follow the steps here. More specifically, you would only need to edit the following line to
zynq_platforms = ["Pynq-Z2"]
andalveo_platforms=[]
and then run thebnn-pynq/build.py
build flow.Alternatively, you could use a Pynq-Z1 board for which we have included pre-built bitfiles.
Hope this helps you further. Please let me know if you have any further questions!