项目作者: yunqu

项目描述 :
A few adder examples based on various AXI interfaces
高级语言: Tcl
项目地址: git://github.com/yunqu/PYNQ-adder.git
创建时间: 2019-02-11T21:55:06Z
项目社区:https://github.com/yunqu/PYNQ-adder

开源协议:MIT License

下载


PYNQ-adder

This repository provides very basic examples to interact with IP based on
AXI interfaces. It serves as an alternative example if users do not want
to use HLS.

Getting Started

On the latest Pynq-Z1 image (>2.4), you can copy the notebooks/adders folder
into your jupyter_notebooks folder on the board.

  1. git clone https://github.com/yunqu/PYNQ-adder.git
  2. cd PYNQ-adder
  3. cp -rf notebooks/adders /home/xilinx/jupyter_notebooks/

Then you can try the notebooks in the adders folder on the board.

Currently this repository only supports Pynq-Z1 board; however, the IPs
provided in boards/ip are generally available for Zynq / Zynq Ultrascale
devices.