← 返回首页
GitHub - Xilinx/PYNQ-HelloWorld: This repository contains a "Hello World" introduction application to the Xilinx PYNQ framework. · GitHub
Skip to content

Navigation Menu

Toggle navigation
Sign in
Appearance settings
Search or jump to...

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Include my email address so I can be contacted

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
Resetting focus

Xilinx/PYNQ-HelloWorld

 master
Go to file
Code

Repository files navigation

More items

PYNQ-Helloworld

This repository contains a "Hello World" introduction application to the Xilinx PYNQ framework.

The design illustrates how to run a resizer IP to resize an image on the FPGA. There are two notebooks that illustrate the resize operation. One notebook shows the image resizing done purely in software using Python Image Library. The second notebook shows the resize operation being performed in the programmable logic using a resizer IP from the Xilinx xfopencv library. https://github.com/Xilinx/xfopencv/tree/master/examples/resize

Quick Start

Open a terminal on your PYNQ board and run:

sudo pip3 install pynq-helloworld --no-build-isolation

Currently this repository is compatible with pynq package v2.7.0.

Go to your jupyter home folder (on edge boards, this is /home/xilinx/jupyter_notebooks), and run the following to deliver the notebooks:

pynq get-notebooks pynq-helloworld -p .

The -p option specifies the target folder location. Then you should be able to try the notebooks!

Supported Boards

Currently this repository is supporting:

  • Zynq-7000 boards: Pynq-Z1, Pynq-Z2, etc.
  • Zynq Ultrascale boards: KV260, Pynq-ZU, Ultra96, ZCU104, etc.
  • PCIE Alveo cards: U200, U250, U280.
  • AWS F1 instance: VU9P.

For AWS, a few additional steps are required to generate the *.awsxclbin file. For more information, you can check the README.md inside boards/VU9P/resizer.

License

PYNQ License : BSD 3-Clause License

About

This repository contains a "Hello World" introduction application to the Xilinx PYNQ framework.

Resources

License

Stars

111 stars

Watchers

10 watching

Forks

Packages

 
 
 

Contributors

Footer

© 2026 GitHub, Inc.