mirror of
https://github.com/fischermoseley/manta.git
synced 2026-08-29 01:14:19 +02:00
4b9d941bc56ae91573254ce8dd9490420cf0430b
Manta: An In-Situ Debugging Tool for Programmable Hardware
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
Languages
Python
99.9%
Makefile
0.1%
