forked from black-parrot/black-parrot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitmodules
35 lines (30 loc) · 854 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
34
[submodule "bsg_ip_cores"]
path = bsg_ip_cores
url = https://bitbucket.org/taylor-bsg/bsg_ip_cores.git
branch = master
ignore = dirty
shallow = true
[submodule "external/riscv-isa-sim"]
path = external/riscv-isa-sim
url = https://github.com/black-parrot/riscv-isa-sim.git
branch = trace_replay_spike
ignore = dirty
shallow = true
[submodule "external/axe"]
path = external/axe
url = https://github.com/CTSRD-CHERI/axe.git
branch = master
ignore = dirty
shallow = true
[submodule "external/riscv-fesvr"]
path = external/riscv-fesvr
url = https://github.com/riscv/riscv-fesvr.git
branch = master
ignore = dirty
shallow = true
[submodule "external/riscv-gnu-toolchain"]
path = external/riscv-gnu-toolchain
url = https://github.com/riscv/riscv-gnu-toolchain.git
branch = master
ignore = dirty
shallow = true