mirror of
https://github.com/openhwgroup/cva6.git
synced 2025-04-23 21:57:11 -04:00
Update axi_node submodule, add axi submodule.
This commit is contained in:
parent
9a89fa66d8
commit
e8b3116780
4 changed files with 9 additions and 4 deletions
5
.gitmodules
vendored
5
.gitmodules
vendored
|
@ -15,4 +15,7 @@
|
|||
url = https://github.com/pulp-platform/fpga-support.git
|
||||
[submodule "src/common_cells"]
|
||||
path = src/common_cells
|
||||
url = https://github.com/pulp-platform/common_cells.git
|
||||
url = https://github.com/pulp-platform/common_cells.git
|
||||
[submodule "src/axi"]
|
||||
path = src/axi
|
||||
url = https://github.com/pulp-platform/axi.git
|
||||
|
|
5
Makefile
5
Makefile
|
@ -21,7 +21,8 @@ target-options ?=
|
|||
# Package files -> compile first
|
||||
ariane_pkg := include/riscv_pkg.sv \
|
||||
src/debug/dm_pkg.sv \
|
||||
include/ariane_pkg.sv \
|
||||
src/axi/src/axi_pkg.sv \
|
||||
include/ariane_pkg.sv \
|
||||
include/std_cache_pkg.sv \
|
||||
include/piton_cache_pkg.sv \
|
||||
include/axi_if.sv
|
||||
|
@ -45,7 +46,7 @@ src := $(filter-out src/ariane_regfile.sv, $(wildcard src/*.sv)) \
|
|||
$(wildcard bootrom/*.sv) \
|
||||
$(wildcard src/axi_slice/*.sv) \
|
||||
$(wildcard src/clint/*.sv) \
|
||||
$(wildcard src/axi_node/*.sv) \
|
||||
$(wildcard src/axi_node/src/*.sv) \
|
||||
$(wildcard src/axi_mem_if/src/*.sv) \
|
||||
$(filter-out src/debug/dm_pkg.sv, $(wildcard src/debug/*.sv)) \
|
||||
$(wildcard src/debug/debug_rom/*.sv) \
|
||||
|
|
1
src/axi
Submodule
1
src/axi
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit 328cbe05a42a31aae6f57f780351a2ba22954fef
|
|
@ -1 +1 @@
|
|||
Subproject commit ec45a3d13a9b827f35aa76d19a8400e3ef6d13b6
|
||||
Subproject commit 9c3d507ffa1bc9db93e53331cb317b3cfd0a1176
|
Loading…
Add table
Add a link
Reference in a new issue