aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoreine <eine@users.noreply.github.com>2021-01-01 18:22:14 +0100
committereine <eine@users.noreply.github.com>2021-01-01 18:22:31 +0100
commit8b3e740fef9a653a20a838f1ade475960e1d379b (patch)
tree5d18215faa194fd84abddfb8b5f42419590f6728
parent6856919e98112c1b8be72d76a049709c5d4fa916 (diff)
downloadghdl-yosys-plugin-8b3e740fef9a653a20a838f1ade475960e1d379b.tar.gz
ghdl-yosys-plugin-8b3e740fef9a653a20a838f1ade475960e1d379b.tar.bz2
ghdl-yosys-plugin-8b3e740fef9a653a20a838f1ade475960e1d379b.zip
readme: in Yosys's makefile GHDL_DIR was renamed to GHDL_PREFIX (YosysHQ/yosys#2515)
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 07b71a5..ae7ce91 100644
--- a/README.md
+++ b/README.md
@@ -62,7 +62,7 @@ yosys-config --exec ln -s "$GHDL_PREFIX/lib/ghdl_yosys.so" --datdir/plugins/ghdl
```makefile
ENABLE_GHDL := 1
-GHDL_DIR := <ghdl install dir>
+GHDL_PREFIX := <ghdl install dir>
```
- Build and install Yosys.