mirror of
https://github.com/openhwgroup/cva6.git
synced 2025-04-22 13:17:41 -04:00
This reverts commit ae97ddb660
.
This commit is contained in:
parent
037af687ee
commit
42cfa58ddc
1 changed files with 1 additions and 1 deletions
2
Makefile
2
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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue