Skip to content
Snippets Groups Projects
Commit e82d389e authored by Nils Wistoff's avatar Nils Wistoff Committed by Florian Zaruba
Browse files

tb_wt_dcache: supress warn due to AXI dependency

parent a243d11a
No related branches found
No related tags found
No related merge requests found
......@@ -17,7 +17,7 @@ toplevel ?= tb
src-list := tb.list
inc-path := $(shell pwd)/hdl/
src := $(shell xargs printf '\n%s' < $(src-list) | cut -b 1-)
compile_flag += +cover+i_dut -incr -64 -nologo
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/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment