From bc9c46436f14c2d4d22835731791a08bd3f58e1b Mon Sep 17 00:00:00 2001 From: Florian Zaruba Date: Tue, 2 May 2017 11:47:26 +0200 Subject: [PATCH] :green_heart: Delete UVM Mock from Makefile as well --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 2949988f2..7f02e16bd 100644 --- a/Makefile +++ b/Makefile @@ -10,7 +10,7 @@ test_top_level = core_tb # test targets tests = alu scoreboard fifo mem_arbiter store_queue # UVM agents -agents = include/ariane_pkg.svh $(wildcard tb/agents/*/*.sv) tb/common/eth_tb_pkg.sv +agents = include/ariane_pkg.svh $(wildcard tb/agents/*/*.sv) # path to interfaces interfaces = $(wildcard include/*.svh) # UVM environments