-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitmodules
34 lines (33 loc) · 1.63 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
[submodule "third_party/litex"]
path = third_party/litex
url = https://github.com/enjoy-digital/litex.git
[submodule "third_party/migen"]
path = third_party/migen
url = https://github.com/m-labs/migen.git
[submodule "third_party/litex-boards"]
path = third_party/litex-boards
url = https://github.com/litex-hub/litex-boards.git
[submodule "third_party/pythondata-cpu-vexriscv"]
path = third_party/pythondata-cpu-vexriscv
url = https://github.com/litex-hub/pythondata-cpu-vexriscv.git
[submodule "third_party/pythondata-software-picolibc"]
path = third_party/pythondata-software-picolibc
url = https://github.com/litex-hub/pythondata-software-picolibc.git
[submodule "third_party/pythondata-software-compiler_rt"]
path = third_party/pythondata-software-compiler_rt
url = https://github.com/litex-hub/pythondata-software-compiler_rt.git
[submodule "third_party/pythondata-cpu-cv32e41p"]
path = third_party/pythondata-cpu-cv32e41p
url = https://github.com/litex-hub/pythondata-cpu-cv32e41p.git
[submodule "third_party/litedram"]
path = third_party/litedram
url = https://github.com/enjoy-digital/litedram.git
[submodule "testbed/end-devices/B-L072Z-LRWAN1/LoRaMac-node"]
path = testbed/end-devices/B-L072Z-LRWAN1/LoRaMac-node
url = https://github.com/Lora-net/LoRaMac-node.git
[submodule "third_party/litex/litex/soc/cores/cpu/cv32e41p_nwsec"]
path = third_party/litex/litex/soc/cores/cpu/cv32e41p_nwsec
url = https://github.com/mohamedElbouazzati/cv32e41p_nwsec.git
[submodule "third_party/pythondata-cpu-cv32e41p_nwsec"]
path = third_party/pythondata-cpu-cv32e41p_nwsec
url = https://github.com/mohamedElbouazzati/pythondata-cpu-cv32e41p_nwsec.git