mirror of
https://github.com/openhwgroup/cva6.git
synced 2025-04-19 11:54:46 -04:00
Add apb_node and apb_uart submodule
This commit is contained in:
parent
ece36c0f6f
commit
26fde6e49e
3 changed files with 8 additions and 0 deletions
6
.gitmodules
vendored
6
.gitmodules
vendored
|
@ -16,3 +16,9 @@
|
|||
[submodule "src/register_interface"]
|
||||
path = src/register_interface
|
||||
url = https://github.com/pulp-platform/register_interface.git
|
||||
[submodule "fpga/src/apb_uart"]
|
||||
path = fpga/src/apb_uart
|
||||
url = git@github.com:pulp-platform/apb_uart.git
|
||||
[submodule "fpga/src/apb_node"]
|
||||
path = fpga/src/apb_node
|
||||
url = git@github.com:pulp-platform/apb_node.git
|
||||
|
|
1
fpga/src/apb_node
Submodule
1
fpga/src/apb_node
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit 157e5f00a37440d53f2e5b3aabfc9d454530e688
|
1
fpga/src/apb_uart
Submodule
1
fpga/src/apb_uart
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit ac3461ce23832e02903b9d2d7d4edd7fcb89bd92
|
Loading…
Add table
Reference in a new issue