A configurable and approachable tool for FPGA debugging and rapid prototyping.
Go to file
Fischer Moseley 10593c768e logic_analyzer: fix #35, patch typos in trigger set logic 2025-04-08 11:18:44 -06:00
.github ci: fix typo 2024-12-03 22:35:16 -08:00
doc uart: fix #36, explicitly handle scientific notation in YAML config 2025-04-06 18:28:29 -06:00
examples examples: fix #37, use proper indexing in Amaranth examples 2025-04-06 20:15:08 -06:00
src/manta logic_analyzer: fix #35, patch typos in trigger set logic 2025-04-08 11:18:44 -06:00
test uart: fix #36, explicitly handle scientific notation in YAML config 2025-04-06 18:28:29 -06:00
.gitignore docs: use absolute logo path 2024-12-03 20:05:26 -08:00
.pre-commit-config.yaml meta: add pre-commit, commit changes it makes 2024-11-27 19:10:52 -07:00
LICENSE.txt meta: add pre-commit, commit changes it makes 2024-11-27 19:10:52 -07:00
Makefile ci: remove unnecessary codecov.yml 2024-11-29 11:05:47 -07:00
README.md docs: use absolute logo path 2024-12-03 20:05:26 -08:00
environment.sh add environment.sh for tool paths and serial ports 2024-03-06 11:26:31 -08:00
mkdocs.yml docs: update memory_core 2024-10-08 11:42:10 -06:00
pyproject.toml meta: update pyproject.toml 2024-12-03 19:50:04 -08:00

README.md

Manta: A Configurable and Approachable Tool for FPGA Debugging and Rapid Prototyping

run_tests build_docs codecov License: GPL v3 Ruff

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