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.
- Host: GitHub
- URL: https://github.com/nullobject/de0-nano-matrix
- Owner: nullobject
- License: mit
- Created: 2020-05-04T11:15:02.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-04-12T05:27:01.000Z (almost 4 years ago)
- Last Synced: 2024-12-28T04:46:46.918Z (about 1 year ago)
- Topics: de0-nano, fpga, led, matrix, z80
- Language: VHDL
- Size: 89.8 KB
- Stars: 3
- Watchers: 3
- 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