yunqu / ZCU111-PYNQ

Board files to build the ZCU111 PYNQ image

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PYNQ Board Repository for the Zynq UltraScale+ RFSoC ZCU111

This repository contains source files and instructions for building PYNQ to run on the ZCU111 board.

ZCU111 Board Files

Clone this repo, download the ZCU111 petalinux BSP from here, and place it in the ZCU111 folder.

You can then build the image from the PYNQ repo's sdbuild folder with

make BOARDDIR=~/where/you/cloned/this/repo/to

RFSoC PYNQ Packages

  • xrfdc: A python driver for the RF Data Converters. This is a wrapper for the baremetal C drivers.

  • xsdfec: A python driver for the SD-FEC blocks. This is a wrapper for the baremetal C drivers.

  • xrfclk: A python driver for the onboard clock synthesizers. This is a wrapper around a lightly modified version of the C example code.

Support

Please ask questions on the PYNQ support forum.

Licenses

Please see the LICENSE file for how the repository and packages are licensed.

About

Board files to build the ZCU111 PYNQ image

License:Other


Languages

Language:C 82.9%Language:Python 14.5%Language:Makefile 0.9%Language:Shell 0.8%Language:Jupyter Notebook 0.8%Language:CMake 0.2%