This repository contains several VHDL examples or projects, created for my ZYBO.
This recpository contains the following projects:
| Example | Description |
|---|---|
| LCD-Controller | A simple HD44780 LCD controller to use LCDs with your FPGA from my HD44780 tutorial. |
| SevenSegmentMultiplexer | Learn how to multiplex several seven segment displays. Based on my multiplexer tutorial. |
| StateMachine | A brief introduction in designing a state machine for your FPGA. |
| AXI-Stream | An example implementation of an AXI-Stream master and an AXI-Stream slave, based on my tutorial. |
| Debounce | Basic input debounce circuit for an FPGA. Based on my tutorial. |
| PS2-Controller | PS/2 keyboard interface for an FPGA. Based on my tutorial. |
| NEC-IR | Receiver for IR remote controls that uses the NEC IR protocol. |
Check out my blog for additonal stuff (i. e. some cool AVR tutorials).