From 7fc20b1e5f9b84461d33085a644ce721fbe5edc2 Mon Sep 17 00:00:00 2001 From: Florian Zaruba Date: Mon, 15 May 2017 00:56:03 +0200 Subject: [PATCH] Fix CI build --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b96d84c3e..bb64b3c6a 100644 --- a/Makefile +++ b/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)