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: about 1 month ago
JSON representation
A LED matrix controller written in VHDL for the DE0-Nano FPGA development board.
- Host: GitHub
- URL: https://github.com/nullobject/de0-nano-matrix
- Owner: nullobject
- License: mit
- Created: 2020-05-04T11:15:02.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-04-12T05:27:01.000Z (almost 4 years ago)
- Last Synced: 2025-08-01T20:57:54.218Z (8 months ago)
- Topics: de0-nano, fpga, led, matrix, z80
- Language: VHDL
- Size: 89.8 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
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