- Notifications
You must be signed in to change notification settings - Fork4
Miscellaneous things and projects for my ZYBO and ZYNQ devices.
License
NotificationsYou must be signed in to change notification settings
Kampi/ZYBO
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
This repository contains several VHDL/C/Linux examples forZYNQ devices from Xilinx which are designed for myZYBO.
Please visit myblog 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 theProcessing System to read and write I/O by using theAXI GPIO. |
Interrupts | Basic interrupt example to understand the ARM and programmable logic interrupt system. |
XADC | Learn and understand how to use the integratedXADC to sample analog values. |
FIFO | Small example how to use anAXI-Stream FIFO in interrupt and polled mode. |
ClockingWizard | Dynamic reconfiguration example for theClocking 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. |