mirror of
https://github.com/fischermoseley/manta.git
synced 2026-08-29 09:20:24 +02:00
dcffb55710a0224b56a25d763ad53fa828ac2aed
Manta: An In-Situ Debugging Tool for Programmable Hardware
Manta is a tool for debugging FPGA designs over an interface like UART or Ethernet. It works by allowing the user to instantiate a number of debug cores in a design, and exposes a Python interface to them. This permits rapid prototyping of logic in Python, and a means of incrementally migrating it to HDL. The cores are described below.
Manta is written in Python, and generates Verilog-2001 HDL. It's cross-platform, and its only dependencies are pySerial and pyYAML.
For more information check out the docs at https://fischermoseley.github.io/manta
Languages
Python
99.9%
Makefile
0.1%
