diff --git a/.gitignore b/.gitignore index 72e536d..77156ab 100644 --- a/.gitignore +++ b/.gitignore @@ -9,6 +9,7 @@ manta_fpga.egg-info/ .ruff_cache __pycache__/ build/ +dist/ # Miscellaneous file types *.v diff --git a/README.md b/README.md index 371c92b..09198c0 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -![](doc/assets/logo.png) +![](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)