forked from black-parrot/black-parrot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitmodules
101 lines (85 loc) · 2.71 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
[submodule "external/riscv-isa-sim"]
path = external/riscv-isa-sim
url = https://github.com/black-parrot/riscv-isa-sim.git
branch = blackparrot_mods
ignore = dirty
[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/riscv/riscv-gnu-toolchain.git
branch = master
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/black-parrot/basejump_stl.git
branch = blackparrot_mods
ignore = dirty
[submodule "external/DRAMSim2"]
path = external/DRAMSim2
url = https://github.com/umd-memsys/DRAMSim2.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/agile-unhardware"]
path = external/agile-unhardware
url = https://github.com/bespoke-silicon-group/accelerator-debugger.git
branch = master
ignore = dirty
[submodule "external/sv2v"]
path = external/sv2v
url = https://github.com/zachjs/sv2v.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/riscv-fesvr"]
path = external/riscv-fesvr
url = https://github.com/riscv/riscv-fesvr.git
branch = master
ignore = dirty