From 2ddce771fb4f6b22d6d410ed2efe447eaf59ac86 Mon Sep 17 00:00:00 2001 From: annoyatron255 Date: Mon, 6 May 2024 01:16:29 -0500 Subject: [PATCH] Mention restrictions on running mapper --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9e5fb2a..f0beb18 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,8 @@ first build the Rust compiler `ver2gal` (see the `compiler/` directory) and run: ./ver2gal synth --chip ``` Where `` is either `gal16v8` or `gal22v10`. The generate JEDEC file will -be generated in the current directory as `output.jed`. +be generated in the current directory as `output.jed`. Note this program _must_ +be run in the same directory as the `shrink_sop.tcl` script This JEDEC file can be optionally be verified programmatically using the scripts and Verilog models found the `models/` directory.