mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-29 11:55:52 +00:00
Add -auto_discover to import
This commit is contained in:
parent
818fd2e0fa
commit
47b6738124
2 changed files with 52 additions and 3 deletions
2
Makefile
2
Makefile
|
@ -526,7 +526,7 @@ endif
|
|||
LIBS_VERIFIC =
|
||||
ifeq ($(ENABLE_VERIFIC),1)
|
||||
VERIFIC_DIR ?= ./verific
|
||||
VERIFIC_COMPONENTS ?= verilog database util containers hier_tree
|
||||
VERIFIC_COMPONENTS ?= verilog database util containers hier_tree hdl_file_sort
|
||||
ifneq ($(DISABLE_VERIFIC_VHDL),1)
|
||||
VERIFIC_COMPONENTS += vhdl
|
||||
CXXFLAGS += -DVERIFIC_VHDL_SUPPORT
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue