forked from sysprog21/rv32emu
-
Notifications
You must be signed in to change notification settings - Fork 1
/
.gitmodules
33 lines (33 loc) · 946 Bytes
/
.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
[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/sysprog21/berkeley-softfloat-3
branch = rv32emu
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