mirror of
https://github.com/openhwgroup/cva6.git
synced 2025-04-20 04:07:36 -04:00
Update Makefile with path to ethernet submodule Verilog files
This commit is contained in:
parent
b5ab439a96
commit
4a62b8c2ba
2 changed files with 2 additions and 2 deletions
2
Makefile
2
Makefile
|
@ -142,7 +142,7 @@ src := $(addprefix $(root-dir), $(src))
|
|||
uart_src := $(wildcard fpga/src/apb_uart/src/*.vhd)
|
||||
uart_src := $(addprefix $(root-dir), $(uart_src))
|
||||
|
||||
fpga_src := $(wildcard fpga/src/*.sv) $(wildcard fpga/src/bootrom/*.sv)
|
||||
fpga_src := $(wildcard fpga/src/*.sv) $(wildcard fpga/src/bootrom/*.sv) $(wildcard fpga/src/ariane-ethernet/*.sv)
|
||||
fpga_src := $(addprefix $(root-dir), $(fpga_src))
|
||||
|
||||
# look for testbenches
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit c8fd89437d250b59ead30c233cf2a279be1c48c7
|
||||
Subproject commit 4ea1127e5d2d0b5d3bd281542066b4a4e4d2fe50
|
Loading…
Add table
Add a link
Reference in a new issue