Fix CI build

This commit is contained in:
Florian Zaruba 2017-05-15 00:56:03 +02:00
parent 650f514bb2
commit 7fc20b1e5f

View file

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