This project automates process of creating a PYNQ Z1/Z2 Overlay in Vivado, generates a custom Juypter Notebook template and uploads to a target PYNQ FPGA.
For some reason, Jupyter Notebooks running on PYNQ boards have a strange behaviour where they cache .bit overlays. The picture below shows how I'm trying to run a Mux2_1 with a Mux2_1.bit overlay but the notebook is trying (and failing) to use a cached CB4CLED.bit overlay
This problem has been reported here with a given fix
For some reason, Jupyter Notebooks running on PYNQ boards have a strange behaviour where they cache .bit overlays. The picture below shows how I'm trying to run a Mux2_1 with a
Mux2_1.bit
overlay but the notebook is trying (and failing) to use a cachedCB4CLED.bit
overlayThis problem has been reported here with a given fix