From 8b3e740fef9a653a20a838f1ade475960e1d379b Mon Sep 17 00:00:00 2001 From: eine Date: Fri, 1 Jan 2021 18:22:14 +0100 Subject: readme: in Yosys's makefile GHDL_DIR was renamed to GHDL_PREFIX (YosysHQ/yosys#2515) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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_PREFIX := ``` - Build and install Yosys. -- cgit v1.2.3