项目作者: Xilinx

项目描述 :
Introductory examples for using PYNQ with Alveo
高级语言: Jupyter Notebook
项目地址: git://github.com/Xilinx/Alveo-PYNQ.git
创建时间: 2019-12-17T22:27:55Z
项目社区:https://github.com/Xilinx/Alveo-PYNQ

开源协议:Apache License 2.0

下载


alt tag

Introductory Examples for using PYNQ with Alveo

This project includes introductory examples for using
PYNQ with Alveo. It requires pynq version 2.5.1 and
above to work.

Refer to the
README
in the overlays folder for more information regarding the used overlays and
how they are created.

Please notice that not all overlays might be available for all target devices.
Supported devices are listed in the overlays
README.
There you may also find instructions on how to synthesize and use overlays for
a different device.

Quick Start

Install the pynq-alveo-examples package using pip:

  1. pip install pynq-alveo-examples

After the package is installed, to get your own copy of all the notebooks
available run:

  1. pynq get-notebooks

You can then try things out by doing:

  1. cd pynq-notebooks
  2. jupyter notebook

There are a number of additional options for the pynq get-notebooks command,
you can list them by typing

  1. pynq get-notebooks --help

You can also refer to the official
PYNQ documentation for more information
regarding the PYNQ Command Line Interface and in particular the
get-notebooks command.