mirror of
https://github.com/YosysHQ/yosys
synced 2025-05-16 20:24:46 +00:00
Fix
This commit is contained in:
parent
fcd073ab51
commit
e22cded6d4
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -479,7 +479,7 @@ endif
|
|||
LIBS_VERIFIC =
|
||||
ifeq ($(ENABLE_VERIFIC),1)
|
||||
VERIFIC_DIR ?= ./verific
|
||||
VERIFIC_COMPONENTS ?= verilog database util containers hier_tree hdl_file_sort
|
||||
VERIFIC_COMPONENTS ?= database util containers hdl_file_sort
|
||||
ifeq ($(ENABLE_VERIFIC_HIER_TREE),1)
|
||||
VERIFIC_COMPONENTS += hier_tree
|
||||
CXXFLAGS += -DVERIFIC_HIER_TREE_SUPPORT
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue