fischermoseley / manta

A configurable and approachable tool for FPGA debugging and rapid prototyping.

Home Page:https://fischermoseley.github.io/manta/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Manta: An In-Situ Debugging Tool for Programmable Hardware

functional_simulation formal_verification 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

About

A configurable and approachable tool for FPGA debugging and rapid prototyping.

https://fischermoseley.github.io/manta/

License:GNU General Public License v3.0


Languages

Language:Python 40.7%Language:Verilog 34.3%Language:SystemVerilog 23.1%Language:Makefile 2.0%