Skip to content

Releases: Xilinx/PYNQ

Taipei Release

11 May 15:32
Compare
Choose a tag to compare

This github tag is tied to the PYNQ-Z2 v2.2 SDCard image.

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

  1. Board Additions
    a. PYNQ-Z2 support added
  2. New Microblaze Subsystems
    a. Added RPi Microblaze subsystem, bsp and notebooks
  3. New IP
    a. Added audio with codec support

Monterey Release

21 Feb 17:32
Compare
Choose a tag to compare

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.

Singapore Release

23 Aug 17:01
Compare
Choose a tag to compare

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

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

  1. New logictools overlay added
    a. send waveforms, FSMs and boolean logic to the PYNQ-Z1's Arduino header - all from Python.
    b. use the onchip Trace Analyzer to view monitored transactions on Pmod and Arduino headers.
  2. Repository now supports direct pip install.
  3. New Video subsystem with support for openCV style frame passing, color space transforms, and grayscale conversion.
  4. New PynqMicroblaze parent class to implement any PYNQ MicroBlaze subsystem.
  5. Start-up process added to systemd services.

Note: Please upgrade to the v2.0 SDCard image before installing this version of PYNQ.

Dublin Release

16 Feb 21:37
Compare
Choose a tag to compare

This github tag is tied to the newly released PYNQ-Z1 v1.4 SDCard image

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

  1. Python upgraded to 3.6.
  2. Linux kernel upgraded to 4.6.0.
  3. In base overlay, Programmable logic interrupt support added (i.e. PL can interrupt Python using asyncio).
  4. In base overlay, Microblazes now have direct acccess to DRAM using High Performance (HP) ports.
  5. Arduino_LCD18 class added.
  6. Optimized mmio using numpy arrays.
  7. Audio processing optimizations.

Note: Please upgrade to the v1.4 SDCard image before installing this version of PYNQ. We are leveraging new features in Python3.6 within the pynq package.

Pullman Release

11 Oct 18:30
Compare
Choose a tag to compare

This release goes to public. New features include:

  1. Exhaustive tests are done before the release.
  2. Added notebook cells to free memory in many example notebooks.
  3. Bug fixing on HDMI video sub-system.

Philadelphia Release

11 Oct 18:21
Compare
Choose a tag to compare

This release is for the PennApps at University of Pennsylvania. New features:

  1. Fixed bugs for grove devices on Arduino IO.
  2. Added more documentation, starting steps, etc.
  3. Support analog reads on Arduino analog channels. Added corresponding notebooks in examples.

Shanghai Release

11 Oct 18:15
Compare
Choose a tag to compare

This release is for OpenHW conference in Shanghai. Features:

  1. Board environment: PYNQ-Z1. Retired Zybo.
  2. More Pmod and grove devices are supported.
  3. Arduino shield IO is supported.
  4. Support video streaming from HDMI in to HDMI out at 1080p, 60Hz.
  5. Support audio recording and playback.
  6. More Jupyter notebooks on OpenCV, USB camera, USB WIFI, etc.
  7. Documentation polished.

Milan Release

11 Oct 18:09
Compare
Choose a tag to compare

This release is for the hackathon at Polytechnic University of Milan. Features include:

  1. Board environment: Zybo.
  2. Implemented microblaze drivers for Pmod and grove devices.
  3. Video streaming from HDMI in to VGA out.
  4. Audio streaming from Audio in to Audio out.
  5. Jupyter notebook examples uploaded.