-
Notifications
You must be signed in to change notification settings - Fork 18
/
Copy path.gitmodules
21 lines (21 loc) · 915 Bytes
/
.gitmodules
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
[submodule "soc/deps/migen"]
path = soc/deps/migen
url = https://github.com/m-labs/migen.git
[submodule "soc/deps/litex"]
path = soc/deps/litex
url = https://github.com/enjoy-digital/litex.git
[submodule "soc/deps/litex-boards"]
path = soc/deps/litex-boards
url = https://github.com/litex-hub/litex-boards.git
[submodule "soc/deps/pythondata-cpu-vexriscv"]
path = soc/deps/pythondata-cpu-vexriscv
url = https://github.com/litex-hub/pythondata-cpu-vexriscv.git
[submodule "soc/deps/pythondata-software-picolibc"]
path = soc/deps/pythondata-software-picolibc
url = https://github.com/litex-hub/pythondata-software-picolibc.git
[submodule "soc/deps/pythondata-software-compiler_rt"]
path = soc/deps/pythondata-software-compiler_rt
url = https://github.com/litex-hub/pythondata-software-compiler_rt.git
[submodule "soc/deps/litespi"]
path = soc/deps/litespi
url = https://github.com/litex-hub/litespi.git