Skip to content

Kampi/ZYBO

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ZYBO

Table of Contents

About

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.

Examples

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.

Projects

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.

Pmod

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.

Maintainer