Verilog / FPGA implementation of the ben-eater 8-bit breadboard CPU
Find a file
2026-01-13 18:54:16 +01:00
microcode Initial commit: ctrl & microcode 2026-01-13 18:54:16 +01:00
rtl Initial commit: ctrl & microcode 2026-01-13 18:54:16 +01:00
tests Initial commit: ctrl & microcode 2026-01-13 18:54:16 +01:00
.clangd Initial commit: ctrl & microcode 2026-01-13 18:54:16 +01:00
.gitignore Initial commit: ctrl & microcode 2026-01-13 18:54:16 +01:00
LICENSE Initial commit: ctrl & microcode 2026-01-13 18:54:16 +01:00
Makefile Initial commit: ctrl & microcode 2026-01-13 18:54:16 +01:00
readme.md Initial commit: ctrl & microcode 2026-01-13 18:54:16 +01:00

beneater-fpga

An fpga / verilog implementation of ben eater's 8-bit breadboard CPU.

License

This project is licensed under AGPL-3.0-or-later. For more information see the LICENSE file, or alternative online under https://www.gnu.org/licenses/.

Building

TODO

Tests

This repository uses verilator for it's tests. All verilator tests are make targets, beginning with sim_. For an overview of all of them, run make help