From: Miodrag Milanovic Date: Wed, 20 Oct 2021 10:37:22 +0000 (+0200) Subject: Forgot to remove from main list X-Git-Tag: yosys-0.11~35 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=150ce305f9d51ec92380eb544e64af3770be5bdb;p=yosys.git Forgot to remove from main list --- 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