From 74de7f23242dc8e631bd7e7b43b3b9950afbfd02 Mon Sep 17 00:00:00 2001 From: Fischer Moseley <42497969+fischermoseley@users.noreply.github.com> Date: Thu, 29 Feb 2024 15:17:56 -0500 Subject: [PATCH] update README to match header --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3a02d2b..380eaa4 100644 --- a/README.md +++ b/README.md @@ -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. ![functional_simulation](https://github.com/fischermoseley/manta/actions/workflows/functional_simulation.yml/badge.svg) ![formal_verification](https://github.com/fischermoseley/manta/actions/workflows/formal_verification.yml/badge.svg) ![build_examples](https://github.com/fischermoseley/manta/actions/workflows/build_examples.yml/badge.svg) @@ -12,4 +12,4 @@ 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) \ No newline at end of file +[https://fischermoseley.github.io/manta](https://fischermoseley.github.io/manta)