diff --git a/Makefile b/Makefile index f544afb4e..399935f1a 100644 --- a/Makefile +++ b/Makefile @@ -200,7 +200,7 @@ fpga_src := $(wildcard corev_apu/fpga/src/*.sv) $(wildcard corev_apu/fpga/src/b fpga_src := $(addprefix $(root-dir), $(fpga_src)) # look for testbenches -tbs := corev_apu/tb/ariane_tb.sv corev_apu/tb/ariane_testharness.sv +tbs := core/include/$(target)_config_pkg.sv corev_apu/tb/ariane_tb.sv corev_apu/tb/ariane_testharness.sv tbs := $(addprefix $(root-dir), $(tbs)) # RISCV asm tests and benchmark setup (used for CI)