forked from sysprog21/rv32emu
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitmodules
More file actions
40 lines (40 loc) · 1.12 KB
/
.gitmodules
File metadata and controls
40 lines (40 loc) · 1.12 KB
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
[submodule "riscv-arch-test"]
path = tests/riscv-arch-test
url = https://github.com/riscv-non-isa/riscv-arch-test
shallow = true
[submodule "mini-gdbstub"]
path = src/mini-gdbstub
url = https://github.com/RinHizakura/mini-gdbstub
shallow = true
[submodule "softfloat"]
path = src/softfloat
url = https://github.com/ucb-bar/berkeley-softfloat-3
shallow = true
[submodule "tests/ansibench"]
path = tests/ansibench
url = https://github.com/sysprog21/ansibench
shallow = true
[submodule "tests/rv8-bench"]
path = tests/rv8-bench
url = https://github.com/sysprog21/rv8-bench
shallow = true
[submodule "src/ieeelib"]
path = src/ieeelib
url = https://github.com/sysprog21/ieeelib
shallow = true
[submodule "tests/doom"]
path = tests/doom
url = https://github.com/sysprog21/doom_riscv
shallow = true
[submodule "tests/quake"]
path = tests/quake
url = https://github.com/sysprog21/quake-embedded
shallow = true
[submodule "src/dtc"]
path = src/dtc
url = https://github.com/dgibson/dtc
shallow = true
[submodule "tests/embench-iot"]
path = tests/embench-iot
url = https://github.com/yc199911/embench-iot.git
shallow = true