From b18f3a297475203420e6cf204bd4b7ea0f61e44f Mon Sep 17 00:00:00 2001 From: Clifford Wolf Date: Thu, 12 Nov 2015 19:28:14 +0100 Subject: Changes for Verific 3.16_484_32_151112 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index cc12dc352..aa3703642 100644 --- a/Makefile +++ b/Makefile @@ -179,7 +179,7 @@ endif ifeq ($(ENABLE_VERIFIC),1) VERIFIC_DIR ?= /usr/local/src/verific_lib_eval -VERIFIC_COMPONENTS ?= verilog vhdl database util containers +VERIFIC_COMPONENTS ?= verilog vhdl database util containers sdf CXXFLAGS += $(patsubst %,-I$(VERIFIC_DIR)/%,$(VERIFIC_COMPONENTS)) -DYOSYS_ENABLE_VERIFIC LDLIBS += $(patsubst %,$(VERIFIC_DIR)/%/*-linux.a,$(VERIFIC_COMPONENTS)) endif -- cgit v1.2.3