This repository contains several VHDL/C/Linux examples for ZYNQ devices from Xilinx which are designed for my ZYBO.
Please visit my blog when you need more information about the examples or about the projects.
This directory contains the following examples from my ZYNQ tutorial:
Example | Description |
---|---|
ProcessingSystem | Simple design to learn how to use the programmable logic and the Processing System to read and write I/O by using the AXI GPIO. |
Interrupts | Basic interrupt example to understand the ARM and programmable logic interrupt system. |
XADC | Learn and understand how to use the integrated XADC to sample analog values. |
FIFO | Small example how to use an AXI-Stream FIFO in interrupt and polled mode. |
ClockingWizard | Dynamic reconfiguration example for the Clocking Wizard. |
This directory contains the following projects:
Project | Description |
---|---|
DigitalAudio | A full I2S digital audio project for the FPGA and the Processing System (receiver will be added later) based on my tutorial. |
DigitalVideo | A digital video processing project including VGA video output and OV7670 camera sensor input for the FPGA and the Processing System. |
This directory contains different Pmods for my ZYBO (designed with KiCad).
Pmod | Description |
---|---|
LED | Simple 8-bit LED output. |
OV7670 | Pmod adapter for the Arduino OV7670 camera module. |