Skip to content

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

License

Notifications You must be signed in to change notification settings

maltanar/PYNQ-HelloWorld

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 --upgrade git+https://github.com/xilinx/pynq-helloworld.git

Currently this repository is compatible with PYNQ image v2.4.

License

PYNQ License : BSD 3-Clause License

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Jupyter Notebook 84.2%
  • C++ 5.7%
  • VHDL 4.9%
  • Coq 2.4%
  • Tcl 1.8%
  • Verilog 0.6%
  • Other 0.4%