diff options
author | eine <eine@users.noreply.github.com> | 2020-12-29 06:58:00 +0100 |
---|---|---|
committer | tgingold <tgingold@users.noreply.github.com> | 2020-12-29 08:39:18 +0100 |
commit | eeb59068531c7fc85893ec4fa6721535113f0f5b (patch) | |
tree | 8de8b5a90d9f6111365023e79aa5823e0f1853d1 /yosys.diff | |
parent | 6671d0475fb32d549307d3a864455e6915c39aa3 (diff) | |
download | ghdl-yosys-plugin-eeb59068531c7fc85893ec4fa6721535113f0f5b.tar.gz ghdl-yosys-plugin-eeb59068531c7fc85893ec4fa6721535113f0f5b.tar.bz2 ghdl-yosys-plugin-eeb59068531c7fc85893ec4fa6721535113f0f5b.zip |
remove yosys.diff, was upstreamed to YosysHQ/yosys
Diffstat (limited to 'yosys.diff')
-rw-r--r-- | yosys.diff | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/yosys.diff b/yosys.diff deleted file mode 100644 index 3e3ecc3..0000000 --- a/yosys.diff +++ /dev/null @@ -1,27 +0,0 @@ -diff --git a/Makefile b/Makefile -index b3cfd71..ea45121 100644 ---- a/Makefile -+++ b/Makefile -@@ -13,6 +13,7 @@ ENABLE_TCL := 1 - ENABLE_ABC := 1 - ENABLE_GLOB := 1 - ENABLE_PLUGINS := 1 -+ENABLE_GHDL := 0 - ENABLE_READLINE := 1 - ENABLE_EDITLINE := 0 - ENABLE_VERIFIC := 0 -@@ -487,6 +489,14 @@ ifeq ($(ENABLE_PROTOBUF),1) - LDLIBS += $(shell pkg-config --cflags --libs protobuf) - endif - -+ifeq ($(ENABLE_GHDL),1) -+GHDL_DIR ?= /usr/local/ghdl -+GHDL_INCLUDE_DIR ?= $(GHDL_DIR)/include -+GHDL_LIB_DIR ?= $(GHDL_DIR)/lib -+CXXFLAGS += -I$(GHDL_INCLUDE_DIR) -DYOSYS_ENABLE_GHDL -+LDLIBS += $(GHDL_LIB_DIR)/libghdl.a $(shell cat $(GHDL_LIB_DIR)/libghdl.link) -+endif -+ - ifeq ($(ENABLE_COVER),1) - CXXFLAGS += -DYOSYS_ENABLE_COVER - endif |