A configurable and approachable tool for FPGA debugging and rapid prototyping.
Go to file
Fischer Moseley d80adebe22 remove lab-bc setup and tool installation 2023-09-02 11:39:16 -04:00
.github/workflows remove lab-bc setup and tool installation 2023-09-02 11:39:16 -04:00
doc build examples on self-hosted runner 2023-09-02 11:39:16 -04:00
examples remove lut_mem, clean up examples 2023-09-02 11:39:16 -04:00
src/manta move uart code for verification to test/ 2023-09-02 11:39:16 -04:00
test polish uart testbenches 2023-09-02 11:39:16 -04:00
.gitignore fetch lab-bc on the fly, archive build outputs 2023-09-02 11:39:16 -04:00
LICENSE.txt add badges to readme 2023-02-04 13:17:22 -05:00
Makefile build examples on self-hosted runner 2023-09-02 11:39:16 -04:00
README.md update readme before making publivc 2023-04-11 12:12:42 -04:00
mkdocs.yml update io core example 2023-09-02 11:39:16 -04:00
pyproject.toml update pyproject.toml to get verilog files from all subdirs 2023-04-28 14:57:36 -04:00

README.md

Manta: An In-Situ Debugging Tool for Programmable Hardware

functional_sim build_examples 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