mirror of https://github.com/YosysHQ/yosys.git
Forgot to remove from main list
This commit is contained in:
parent
17269ae59b
commit
150ce305f9
2
Makefile
2
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
|
||||
|
|
Loading…
Reference in New Issue