Pau Gómez
Pau Gómez
The Pynq build flow always goes through bitstream generation, microbalze BSPs, binaries... even in case a PYNQ_SDIST is specified. This is because *BOARDDIR* and *DEFAULT_BOARDDIR* variables are not part of...
- MTS logic and documentation included in xrfdc driver - Update xrfclk driver documentation (was outdated) - Add LMK04208 config files for 128MHz and 258MHz (useful for MTS on ZCU111)
After migrating to PYNQ 3.0.0, I faced problems when updating existing overlays. Basically, the changes in the .hwh file do not propagate to pynq.Overlay(), which always uses the cached .hwh...
After migrating to PYNQ 3.0.0, _pynq.Overlay("bistream_name.bit")_ returns a key error when the underlying FPGA designs has the processing system IP located within a hierarchy. In the traceback below you can...