💚 Delete UVM Mock from Makefile as well

This commit is contained in:
Florian Zaruba 2017-05-02 11:47:26 +02:00
parent 0406933165
commit bc9c46436f

View file

@ -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