# PYNQ_Projects **Repository Path**: research-project-team/PYNQ_Projects ## Basic Information - **Project Name**: PYNQ_Projects - **Description**: 使用HLS写的图像处理,参考意义一般 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-09-12 - **Last Updated**: 2021-09-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # PYNQ_Projects This repository is a full step-by-step guide for creating a video processing hardware overlay. All pojects are made in **Vivado 2016.2** and tested on **PYNQ V2.1 image**. All the projects are explained in detail in report.pdf. The user should be able to recreate the projects with this information. ## Interesting websites - http://www.pynq.io - http://adiuvoengineering.com/microzed-chronicles/ - https://yangtavares.com/2017/07/31/creating-a-simple-overlay-for-pynq-z1-board-from-vivado-hlx/ - http://www.wiki.xilinx.com/HLS+Video+Library - https://github.com/Xilinx/HLx_Examples - https://www.xilinx.com/support/documentation/sw_manuals/xilinx2015_4/ug902-vivado-high-level-synthesis.pdf ## Information Each project is documented in report.pdf. All the HLS, bit, tcl and notebook files can be found in the sub-directory. These can be easily imported onto your own PYNQ device. # Project list All projects are explained in . and chapter number is in the title. ## - Rebuilding the PYNQ base overlay [2.2] Rebuilds the vivado base overlay, keeping only components neccesary for the video stream. All projects make use of this overlay. Project inlcudes: - Full vivdado base overlay - Bit & tcl file - test notebook ## - Our first overlay - Adder [2.3] Create and implement a simple Adder overlay **Project inlcudes:** - hls code - Bit & tcl file - Adder notebook **Project output:** - 3 + 5 = 8 ## - First video processing - Screen splitter [3.2.1] Create and implement a simple video processing overlay: screen splitter **Project inlcudes:** - hls code - Bit & tcl file - Notebook **Project Input and Output:** ## - C simulation [3.2.2] Running the C simulator in HLS with image input and output **Objective**: create a test bench that can read an image, pass it through our IP, and save the image. **Project inlcudes:** - HLS code + testbench **Project Input and Output:** ## - Screen splitter 2 [3.2.3] Create and implement a simple video processing overlay: screen splitter 2 **Objective**: performing operations on input stream: RGB to Gray **Project inlcudes:** - hls code - Bit & tcl file - Notebook **Project Input and Output:** ## - Sobel x or y [4.2] Create and implement a simple video filter: sobel x or y **Objective**: Sobel edge detection horizontally or vertically **Project inlcudes:** - hls code - Bit & tcl file - Notebook **Project Input and Output:**

## - Sobel_Split IP [5] Create and implement an IP which can split the screen in half en perform Sobel operations. **Project inlcudes:** - hls code - Bit & tcl file - Notebook **Project Input and Outputs:** ## - Sharpening_IP[5] Create and implement an IP which can sharpen a video signal. **Project inlcudes:** - hls code - Bit & tcl file - Notebook **Project Input and Outputs:**