-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy path.gitmodules
37 lines (37 loc) · 1.41 KB
/
.gitmodules
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
[submodule "fpga/src/apb_uart"]
path = fpga/src/apb_uart
url = https://github.com/pulp-platform/apb_uart.git
[submodule "fpga/src/apb_node"]
path = fpga/src/apb_node
url = https://github.com/pulp-platform/apb_node.git
[submodule "fpga/src/axi_slice"]
path = fpga/src/axi_slice
url = https://github.com/pulp-platform/axi_slice.git
[submodule "fpga/src/ariane-ethernet"]
path = fpga/src/ariane-ethernet
url = https://github.com/lowRISC/ariane-ethernet.git
[submodule "fpga/src/apb_timer"]
path = fpga/src/apb_timer
url = https://github.com/pulp-platform/apb_timer.git
[submodule "cluster-runtime"]
path = cluster-runtime
url = [email protected]:AlSaqr-platform/cluster-runtime.git
[submodule "software/pulp-runtime"]
path = software/pulp-runtime
url = https://github.com/AlSaqr-platform/pulp-runtime.git
[submodule "software/litmus/src"]
path = software/litmus/src
url = [email protected]:AlSaqr-platform/CHERI-Litmus.git
branch = rt/alsaqr
[submodule "hardware/deps/apb_uart"]
path = hardware/deps/apb_uart
url = https://github.com/pulp-platform/apb_uart.git
[submodule "hardware/deps/apb_node"]
path = hardware/deps/apb_node
url = https://github.com/pulp-platform/apb_node.git
[submodule "hardware/deps/axi_slice"]
path = hardware/deps/axi_slice
url = https://github.com/pulp-platform/axi_slice.git
[submodule "hardware/deps/apb_timer"]
path = hardware/deps/apb_timer
url = https://github.com/pulp-platform/apb_timer.git