-
Notifications
You must be signed in to change notification settings - Fork 21
Expand file tree
/
Copy path.gitmodules
More file actions
34 lines (34 loc) · 1.15 KB
/
.gitmodules
File metadata and controls
34 lines (34 loc) · 1.15 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
[submodule "arch/thirdparty/chipyard"]
path = arch/thirdparty/chipyard
url = https://github.com/ucb-bar/chipyard.git
[submodule "compiler"]
path = compiler
url = https://github.com/DangoSys/bb-compiler.git
[submodule "bbdev"]
path = bbdev
url = https://github.com/DangoSys/bbdev.git
[submodule "thirdparty/palladium"]
path = thirdparty/palladium
url = https://github.com/SEU-ACAL/awesome-palladium.git
[submodule "docs"]
path = docs
url = https://github.com/DangoSys/documents.git
[submodule "thirdparty/waveform-mcp"]
path = thirdparty/waveform-mcp
url = https://github.com/jiegec/waveform-mcp.git
[submodule "bebop"]
path = bebop
url = https://github.com/DangoSys/bebop
branch = next
[submodule "thirdparty/pegasus"]
path = thirdparty/pegasus
url = https://github.com/DangoSys/pegasus.git
[submodule "bb-tests/workloads/lib/kernel"]
path = bb-tests/workloads/lib/kernel
url = https://github.com/DangoSys/bbkernel.git
[submodule "bb-tests/thirdparty/busybox"]
path = bb-tests/thirdparty/busybox
url = https://github.com/mirror/busybox.git
[submodule "bb-tests/thirdparty/linux"]
path = bb-tests/thirdparty/linux
url = https://github.com/firesim/linux.git