A configurable and approachable tool for FPGA debugging and rapid prototyping.
Go to file
Fischer Moseley 63e912fb63 fix grammar and diagrams 2024-02-09 22:49:58 -08:00
.github/workflows update makefile to source venv again 2024-01-21 00:50:53 -08:00
doc fix grammar and diagrams 2024-02-09 22:49:58 -08:00
src/manta add liteeth wrapper 2024-02-09 18:58:02 -08:00
test add first pass at ethernet 2024-01-28 21:54:46 -08:00
.gitignore io core with ethernet working! 2024-02-04 14:29:39 -08:00
LICENSE.txt add badges to readme 2023-02-04 13:17:22 -05:00
Makefile update makefile to not require python scripts on PATH 2024-01-21 00:47:14 -08:00
README.md move badges to same line 2023-12-28 14:33:45 -08:00
mkdocs.yml fix grammar and diagrams 2024-02-09 22:49:58 -08:00
pyproject.toml add liteeth wrapper 2024-02-09 18:58:02 -08:00

README.md

Manta: An In-Situ Debugging Tool for Programmable Hardware

run_tests build_docs License: GPL v3 Code style: black

Manta is a tool for getting information into and out of FPGAs over an interface like UART or Ethernet. It's primarily intended for debugging, but it's robust enough to be a simple, reliable transport layer between a FPGA and a host machine. It lets you configure a series of cores on a shared bus via a YAML or JSON file, and then provides a Python API to each core, along with vendor-agnostic Verilog HDL to instantiate them on your FPGA.

For more information check out the docs: https://fischermoseley.github.io/manta