From 22b67049f7290e0cb1159c21a09ee60d9d16a77d Mon Sep 17 00:00:00 2001 From: Nils Wistoff Date: Thu, 10 Feb 2022 15:31:10 +0100 Subject: [PATCH] tb_wb_dcache: Add AXI includedir Signed-off-by: Nils Wistoff --- corev_apu/tb/tb_wb_dcache/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/corev_apu/tb/tb_wb_dcache/Makefile b/corev_apu/tb/tb_wb_dcache/Makefile index 799737714..5877d27e6 100755 --- a/corev_apu/tb/tb_wb_dcache/Makefile +++ b/corev_apu/tb/tb_wb_dcache/Makefile @@ -20,7 +20,7 @@ src := $(shell xargs printf '\n%s' < $(src-list) | cut -b 1-) compile_flag += +cover+i_dut -incr -64 -nologo -svinputport=compat -override_timescale 1ns/1ps -suppress 2583 -suppress 13262 +cover sim_opts += -64 -coverage -classdebug -voptargs="+acc" questa_version ?= ${QUESTASIM_VERSION} -incdir += ../common/ +incdir += ../common/ ../../axi/include/ # Iterate over all include directories and write them with +incdir+ prefixed # +incdir+ works for Verilator and QuestaSim