forked from black-parrot/black-parrot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitmodules
120 lines (101 loc) · 3.21 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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
[submodule "external/axe"]
path = external/axe
url = https://github.com/black-parrot/axe
branch = blackparrot_mods
ignore = dirty
[submodule "external/riscv-gnu-toolchain"]
path = external/riscv-gnu-toolchain
url = https://github.com/black-parrot/riscv-gnu-toolchain
branch = blackparrot_mods
ignore = dirty
[submodule "external/verilator"]
path = external/verilator
url = http://git.veripool.org/git/verilator
branch = master
ignore = dirty
[submodule "external/basejump_stl"]
path = external/basejump_stl
url = https://github.com/bespoke-silicon-group/basejump_stl.git
branch = master
ignore = dirty
[submodule "bp_common/test/src/riscv-tests"]
path = bp_common/test/src/riscv-tests
url = https://github.com/black-parrot/riscv-tests.git
branch = blackparrot_mods
ignore = dirty
[submodule "bp_common/test/src/coremark"]
path = bp_common/test/src/coremark
url = https://github.com/black-parrot/coremark.git
branch = blackparrot_mods
ignore = dirty
[submodule "bp_common/test/src/opensbi"]
path = bp_common/test/src/opensbi
url = https://github.com/black-parrot/opensbi.git
branch = blackparrot_mods
ignore = dirty
[submodule "bp_common/test/src/riscv-pk"]
path = bp_common/test/src/riscv-pk
url = https://github.com/black-parrot/riscv-pk.git
branch = blackparrot_mods
ignore = dirty
[submodule "bp_common/test/src/beebs"]
path = bp_common/test/src/beebs
url = https://github.com/black-parrot/beebs.git
branch = blackparrot_mods
ignore = dirty
[submodule "bp_common/test/src/riscv-dv"]
path = bp_common/test/src/riscv-dv
url = https://github.com/black-parrot/riscv-dv.git
branch = blackparrot_mods
ignore = dirty
[submodule "external/cmurphi"]
path = external/cmurphi
url = https://github.com/black-parrot/cmurphi.git
branch = master
ignore = dirty
[submodule "external/dromajo"]
path = external/dromajo
url = https://github.com/bsg-external/dromajo.git
branch = blackparrot_mods
ignore = dirty
[submodule "external/dtc"]
path = external/dtc
url = https://git.kernel.org/pub/scm/utils/dtc/dtc.git
branch = master
ignore = dirty
[submodule "external/bsg_sv2v"]
path = external/bsg_sv2v
url = https://github.com/bespoke-silicon-group/bsg_sv2v.git
branch = master
ignore = dirty
[submodule "external/systemc"]
path = external/systemc
url = https://github.com/bsg-external/systemc.git
branch = master
ignore = dirty
[submodule "bp_common/test/src/spec/src/spec2000"]
path = bp_common/test/src/spec/src/spec2000
url = https://github.com/black-parrot/spec2000
branch = blackparrot_mods
update = none
ignore = dirty
[submodule "bp_common/test/src/bp_tests"]
path = bp_common/test/src/bp_tests
url = https://github.com/black-parrot/bp_tests.git
branch = master
ignore = dirty
[submodule "bp_common/test/src/linux"]
path = bp_common/test/src/linux
url = https://github.com/torvalds/linux
branch = master
ignore = dirty
[submodule "bp_common/test/src/buildroot"]
path = bp_common/test/src/buildroot
url = https://github.com/buildroot/buildroot
branch = master
ignore = dirty
[submodule "external/HardFloat"]
path = external/HardFloat
url = https://github.com/bsg-external/HardFloat.git
branch = master
ignore = dirty