Skip to content

Monterey Release

Compare
Choose a tag to compare
@schelleg schelleg released this 21 Feb 17:32
· 717 commits to master since this release

This github tag is tied to the PYNQ-Z1 v2.1 SDCard image.

Within that image file, PYNQ v2.1 is already installed. Updates to PYNQ since the last release include:

  1. Microblaze Programming
    a. IPython magics added for Jupyter programming of Microblazes.
    b. Microblaze pyprintf, RPC, and Python-callable function generation added.
    c. New notebooks added to demonstrate the programming APIs.

  2. Version Updates
    a. Upgraded to Ubuntu 16.04 LTS.
    b. Upgraded kernel to tagged Xilinx 2017.4 release.
    c. Upgraded all overlays to build with Vivado 2017.4.

  3. IP Changes
    a. IO switch refactored for portability to new boards and interfaces.
    b. Microblaze hierarchical blocks refactored for portability to new boards and interfaces.
    c. Logictools pattern generator can drive tri-state control each clock cycle.

  4. Usability
    a. Jupyter now listens on both :80 and :9090 ports.
    b. Added the jupyter_notebooks_advanced_features.ipynb notebook into the getting_started folder.