-
Notifications
You must be signed in to change notification settings - Fork 27
/
.gitmodules
30 lines (30 loc) · 1.02 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 "connectal"]
path = connectal
url = https://github.com/csail-csg/connectal.git
[submodule "fpgamake"]
path = fpgamake
url = https://github.com/csail-csg/fpgamake.git
[submodule "tools/riscv-isa-sim"]
path = tools/riscv-isa-sim
url = https://github.com/csail-csg/riscv-isa-sim.git
[submodule "tools/riscv-fesvr"]
path = tools/riscv-fesvr
url = https://github.com/csail-csg/riscv-fesvr.git
[submodule "tools/riscv-pk"]
path = tools/riscv-pk
url = https://github.com/csail-csg/riscv-pk.git
[submodule "tools/riscv-gnu-toolchain"]
path = tools/riscv-gnu-toolchain
url = https://github.com/riscv/riscv-gnu-toolchain.git
[submodule "coherence"]
path = coherence
url = https://github.com/csail-csg/coherence.git
[submodule "fpgautils"]
path = fpgautils
url = https://github.com/csail-csg/fpgautils.git
[submodule "tools/riscv-linux"]
path = tools/riscv-linux
url = https://github.com/csail-csg/riscv-linux.git
[submodule "tools/riscv-tests"]
path = tools/riscv-tests
url = https://github.com/csail-csg/riscv-tests.git