mirror of
https://github.com/openhwgroup/cva6.git
synced 2025-04-23 21:57:11 -04:00
💚 Delete UVM Mock from Makefile as well
This commit is contained in:
parent
0406933165
commit
bc9c46436f
1 changed files with 1 additions and 1 deletions
2
Makefile
2
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue