mirror of
https://github.com/openhwgroup/cva6.git
synced 2025-06-28 01:06:16 -04:00
HOTFIX: Make vcs-testharness work after #1158 merge
This commit is contained in:
parent
45259cfb6a
commit
a3e6521f97
1 changed files with 2 additions and 1 deletions
3
Makefile
3
Makefile
|
@ -139,7 +139,8 @@ endif
|
||||||
|
|
||||||
|
|
||||||
# this list contains the standalone components
|
# this list contains the standalone components
|
||||||
src := corev_apu/tb/ariane.sv \
|
src := core/include/$(target)_config_pkg.sv \
|
||||||
|
corev_apu/tb/ariane.sv \
|
||||||
$(wildcard corev_apu/bootrom/*.sv) \
|
$(wildcard corev_apu/bootrom/*.sv) \
|
||||||
$(wildcard corev_apu/clint/*.sv) \
|
$(wildcard corev_apu/clint/*.sv) \
|
||||||
$(wildcard corev_apu/fpga/src/axi2apb/src/*.sv) \
|
$(wildcard corev_apu/fpga/src/axi2apb/src/*.sv) \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue