-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy path.gitmodules
45 lines (45 loc) · 1.65 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
38
39
40
41
42
43
44
45
[submodule "deps/litex"]
path = deps/litex
url = https://github.com/enjoy-digital/litex.git
[submodule "deps/litedram"]
path = deps/litedram
url = https://github.com/enjoy-digital/litedram.git
[submodule "deps/litescope"]
path = deps/litescope
url = https://github.com/enjoy-digital/litescope.git
[submodule "deps/migen"]
path = deps/migen
url = https://github.com/m-labs/migen.git
[submodule "deps/spibone"]
path = deps/spibone
url = https://github.com/xobs/spibone.git
[submodule "deps/lxsocsupport"]
path = deps/lxsocsupport
url = https://github.com/xobs/lxsocsupport.git
[submodule "sw/imports/wfx-firmware"]
path = sw/imports/wfx-firmware
url = https://github.com/SiliconLabs/wfx-firmware.git
branch = master
[submodule "sw/imports/wfx-fullMAC-tools"]
path = sw/imports/wfx-fullMAC-tools
url = https://github.com/SiliconLabs/wfx-fullMAC-tools.git
branch = master
[submodule "sw/wfx_sys/wfx-fullMAC-driver"]
path = sw/wfx_sys/wfx-fullMAC-driver
url = https://github.com/betrusted-io/wfx-fullMAC-driver.git
branch = master
[submodule "deps/pythondata-cpu-vexriscv"]
path = deps/pythondata-cpu-vexriscv
url = https://github.com/betrusted-io/pythondata-cpu-vexriscv.git
[submodule "deps/compiler_rt"]
path = deps/compiler_rt
url = https://github.com/litex-hub/pythondata-software-compiler_rt.git
[submodule "deps/gateware"]
path = deps/gateware
url = https://github.com/betrusted-io/gateware.git
[submodule "deps/pythondata-software-compiler_rt"]
path = deps/pythondata-software-compiler_rt
url = https://github.com/litex-hub/pythondata-software-compiler_rt.git
[submodule "sw/com_rs"]
path = sw/com_rs
url = https://github.com/betrusted-io/com_rs.git