aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiodrag Milanovic <mmicko@gmail.com>2021-10-20 12:37:22 +0200
committerMiodrag Milanovic <mmicko@gmail.com>2021-10-20 12:37:22 +0200
commit150ce305f9d51ec92380eb544e64af3770be5bdb (patch)
tree480bc27693a91e2707b927be8a084cd51870e315
parent17269ae59bda6bcf60dbc9ad9d00afc69aa05499 (diff)
downloadyosys-150ce305f9d51ec92380eb544e64af3770be5bdb.tar.gz
yosys-150ce305f9d51ec92380eb544e64af3770be5bdb.tar.bz2
yosys-150ce305f9d51ec92380eb544e64af3770be5bdb.zip
Forgot to remove from main list
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 8c291ec7c..4140c16f9 100644
--- a/Makefile
+++ b/Makefile
@@ -500,7 +500,7 @@ endif
ifeq ($(ENABLE_VERIFIC),1)
VERIFIC_DIR ?= /usr/local/src/verific_lib
-VERIFIC_COMPONENTS ?= verilog vhdl database util containers hier_tree
+VERIFIC_COMPONENTS ?= verilog database util containers hier_tree
ifneq ($(DISABLE_VERIFIC_VHDL),1)
VERIFIC_COMPONENTS += vhdl
CXXFLAGS += -DVERIFIC_VHDL_SUPPORT