-
-
Notifications
You must be signed in to change notification settings - Fork 24
/
.gitmodules
31 lines (31 loc) · 1.04 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
[submodule "deps/migen"]
path = deps/migen
url = https://github.com/m-labs/migen.git
[submodule "deps/litex"]
path = deps/litex
url = https://github.com/enjoy-digital/litex.git
[submodule "deps/litescope"]
path = deps/litescope
url = https://github.com/enjoy-digital/litescope
[submodule "deps/pyserial"]
path = deps/pyserial
url = https://github.com/pyserial/pyserial.git
[submodule "deps/litedram"]
path = deps/litedram
url = https://github.com/enjoy-digital/litedram.git
[submodule "deps/lxsocdoc"]
path = deps/lxsocdoc
url = https://github.com/xobs/lxsocdoc.git
[submodule "sw/embedded-graphics"]
path = sw/embedded-graphics
url = [email protected]:betrusted-io/embedded-graphics.git
branch = master
[submodule "deps/encrypt-bitstream-python"]
path = deps/encrypt-bitstream-python
url = [email protected]:betrusted-io/encrypt-bitstream-python.git
[submodule "deps/rom-locate"]
path = deps/rom-locate
url = [email protected]:betrusted-io/rom-locate.git
[submodule "deps/opentitan"]
path = deps/opentitan
url = https://github.com/lowRISC/opentitan.git