From a4d549f6f1fb846889ebdaf4542ac0ea9f4648b2 Mon Sep 17 00:00:00 2001 From: Fischer Moseley <42497969+fischermoseley@users.noreply.github.com> Date: Thu, 29 Feb 2024 15:20:11 -0500 Subject: [PATCH] update static site to match README formatting --- doc/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/index.md b/doc/index.md index b3c88f9..997bb11 100644 --- a/doc/index.md +++ b/doc/index.md @@ -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 getting information into and out of FPGAs over UART or Ethernet. It's primarily intended for debugging and experimentation, but it's robust enough to be a simple, reliable transport layer between a FPGA and a host machine. It works by letting you configure a series of cores, which live as digital logic on the FPGA and are represented with vendor-agnostic Verilog-2001. The information and behavior of these cores are accessible to the host machine, which presents a Python API to the user. Manta includes the following cores, any number and combination of which may be used at once: @@ -55,4 +55,4 @@ Manta and its source code are released under a [GPLv3 license](https://github.co month={may} howpublished={\url{https://hdl.handle.net/1721.1/151223}} } -``` \ No newline at end of file +```