Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fischermoseley/manta
A configurable and approachable tool for FPGA debugging and rapid prototyping.
https://github.com/fischermoseley/manta
debug fpga icestick icestorm verilog xilinx
Last synced: 18 days ago
JSON representation
A configurable and approachable tool for FPGA debugging and rapid prototyping.
- Host: GitHub
- URL: https://github.com/fischermoseley/manta
- Owner: fischermoseley
- License: gpl-3.0
- Created: 2023-02-04T15:00:25.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-04T17:05:43.000Z (about 2 months ago)
- Last Synced: 2024-12-24T07:47:29.724Z (30 days ago)
- Topics: debug, fpga, icestick, icestorm, verilog, xilinx
- Language: Python
- Homepage: https://fischermoseley.github.io/manta/
- Size: 9.93 MB
- Stars: 121
- Watchers: 4
- Forks: 9
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
- amaranth-awesome - Manta
README
![](https://raw.githubusercontent.com/fischermoseley/manta/refs/heads/main/doc/assets/logo.png)
## Manta: A Configurable and Approachable Tool for FPGA Debugging and Rapid Prototyping
![run_tests](https://github.com/fischermoseley/manta/actions/workflows/run_tests.yml/badge.svg)
![build_docs](https://github.com/fischermoseley/manta/actions/workflows/build_docs.yml/badge.svg)
[![codecov](https://codecov.io/gh/fischermoseley/manta/graph/badge.svg?token=1GGHCICK3Q)](https://codecov.io/gh/fischermoseley/manta)
[![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)
[![Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json)](https://github.com/astral-sh/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](https://fischermoseley.github.io/manta)