pull latest from main

This commit is contained in:
Fischer Moseley 2024-03-06 11:31:35 -08:00
commit 0b2c286075
2 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
![](doc/assets/logo.png)
## Manta: An In-Situ Debugging Tool for Programmable Hardware
## 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)
[![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)

View File

@ -1,6 +1,6 @@
![](assets/logo.png)
## Manta: An In-Situ Debugging Tool for Programmable Hardware
## Manta: A Configurable and Approachable Tool for FPGA Debugging and Rapid Prototyping
Manta is a tool for moving data between a host machine and a FPGA over UART or Ethernet. It's primarily intended for debugging and rapid prototyping of FPGA designs, but it's robust enough to be used as a simple, reliable transport layer.