-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path.gitmodules
30 lines (30 loc) · 1.15 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
[submodule "hw/deps/migen"]
path = hw/deps/migen
url = https://github.com/m-labs/migen.git
[submodule "hw/deps/litex"]
path = hw/deps/litex
url = https://github.com/zeldin/litex.git
branch = wip
[submodule "hw/deps/litedram"]
path = hw/deps/litedram
url = https://github.com/enjoy-digital/litedram.git
[submodule "hw/deps/litex_boards"]
path = hw/deps/litex_boards
url = https://github.com/zeldin/litex-boards.git
branch = orangecart
[submodule "hw/deps/litehyperram"]
path = hw/deps/litehyperram
url = https://github.com/zeldin/litehyperram.git
[submodule "hw/hw/deps/pythondata-cpu-vexriscv"]
path = hw/deps/pythondata-cpu-vexriscv
url = https://github.com/litex-hub/pythondata-cpu-vexriscv.git
[submodule "hw/deps/pythondata-software-compiler_rt"]
path = hw/deps/pythondata-software-compiler_rt
url = https://github.com/litex-hub/pythondata-software-compiler_rt.git
[submodule "hw/deps/valentyusb"]
path = hw/deps/valentyusb
url = https://github.com/zeldin/valentyusb.git
branch = hw_cdc_eptri
[submodule "hw/deps/pythondata-software-picolibc"]
path = hw/deps/pythondata-software-picolibc
url = https://github.com/litex-hub/pythondata-software-picolibc.git