mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-24 01:25:33 +00:00
Update to latest Verific with extensions for initial assertions
This commit is contained in:
parent
4446cfa524
commit
7a5ac90985
2 changed files with 10 additions and 15 deletions
2
Makefile
2
Makefile
|
@ -498,7 +498,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 vhdl database util containers hier_tree extensions
|
||||
CXXFLAGS += $(patsubst %,-I$(VERIFIC_DIR)/%,$(VERIFIC_COMPONENTS)) -DYOSYS_ENABLE_VERIFIC
|
||||
ifeq ($(OS), Darwin)
|
||||
LDLIBS += $(patsubst %,$(VERIFIC_DIR)/%/*-mac.a,$(VERIFIC_COMPONENTS)) -lz
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue