Groovy_MiSTer core for colorlight 5A-75B boards with HUB75 Panels
Find a file
saji 9a4dfea4f0 wip: basic pixel generator + coordinator module
coordinator is a high level hub75 controller.
It drives multiple panels by generating the x/y coordinates that would
be displayed on each, then converting those into the BRAM format to be
written quickly.
2024-04-30 23:48:10 -05:00
groovylight wip: attempt at integrating, fail 2024-04-30 00:29:41 -05:00
litex wip: wishbone tool and non-workign hub75 2024-04-26 21:36:47 -05:00
verilog wip: basic pixel generator + coordinator module 2024-04-30 23:48:10 -05:00
.gitignore initial verilog 2024-04-28 16:42:41 -05:00
flake.lock Initial commit 2024-04-19 15:13:39 +00:00
flake.nix wip: wishbone tool and non-workign hub75 2024-04-26 21:36:47 -05:00
Makefile wip: basic pixel generator + coordinator module 2024-04-30 23:48:10 -05:00
README.md Initial commit 2024-04-19 15:13:39 +00:00

ECP5 OSS Flow Template

This repo contains a basic setup for ECP5 development. It's designed to serve as a modest baseline, more can be added easily to adapt to each project.

Features:

  • Nix flake for toolchains and dependencies
  • Test infra
  • Github Actions Workflow