mirror of
https://github.com/openhwgroup/cva6.git
synced 2025-04-23 21:57:11 -04:00
Fix CI build
This commit is contained in:
parent
650f514bb2
commit
7fc20b1e5f
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -18,7 +18,7 @@ envs = $(wildcard tb/env/*/*.sv)
|
|||
# UVM Sequences
|
||||
sequences = $(wildcard tb/sequences/*/*.sv)
|
||||
# Test packages
|
||||
test_pkg = $(wildcard tb/test/*/*_pkg.sv)
|
||||
test_pkg = $(wildcard tb/test/*/*sequence_pkg.sv) $(wildcard tb/test/*/*_pkg.sv)
|
||||
|
||||
# this list contains the standalone components
|
||||
src = $(wildcard src/util/*.sv) $(wildcard src/*.sv)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue