An open API service indexing awesome lists of open source software.

https://github.com/nullobject/de0-nano-matrix

A LED matrix controller written in VHDL for the DE0-Nano FPGA development board.
https://github.com/nullobject/de0-nano-matrix

de0-nano fpga led matrix z80

Last synced: 6 months ago
JSON representation

A LED matrix controller written in VHDL for the DE0-Nano FPGA development board.

Awesome Lists containing this project

README

          

# DE0-Nano Matrix

A LED matrix controller written in VHDL for the DE0-Nano FPGA development board.

## Getting Started

Install dependencies;

$ sudo apt install srecord z80asm

Compile the core:

$ make build

Compile an example program (choose one):

$ make blink
$ make leds
$ make tile

Program the DE0-Nano:

$ make program