From 583f4c9e7a5d085a026f494dd33d20da013f4ca6 Mon Sep 17 00:00:00 2001 From: Fischer Moseley Date: Sat, 4 Feb 2023 19:00:46 -0500 Subject: [PATCH] update README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3c901cf..b0c4d2a 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ This is similar to Xilinx's Integrated Logic Analyzer (ILA) and Intel/Altera's S Since Manta is designed to be both cross-platform and unintrusive to your project source, it's packaged as a single python file with the HDL templates built in. This isn't the cleanest thing to develop with, so it's developed as a set of files that are stitched together into a single Python script. This isn't compilation since we're not going to machine code - we're just building a script, not a binary. ### Using a prebuilt script -Copy `ila.py` into the root of your project directory. You'll also need a configuration file - check out `examples/` if you need some help putting one of those together. +Copy `manta.py` into the root of your project directory. You'll also need a configuration file - check out `examples/` if you need some help putting one of those together. ### Building from source Clone the repo, and then run `build.py`. This will output a `manta.py`, which you're free to use.