-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path.gitmodules
More file actions
57 lines (57 loc) · 1.5 KB
/
.gitmodules
File metadata and controls
57 lines (57 loc) · 1.5 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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
[submodule "compiler/llvm"]
path = compiler/llvm
url = https://github.com/LinxISA/llvm-project.git
branch = main
update = checkout
[submodule "kernel/linux"]
path = kernel/linux
url = https://github.com/LinxISA/linux.git
branch = main
update = checkout
ignore = dirty
[submodule "emulator/qemu"]
path = emulator/qemu
url = https://github.com/LinxISA/qemu.git
branch = master
update = checkout
[submodule "tools/pyCircuit"]
path = tools/pyCircuit
url = https://github.com/LinxISA/pyCircuit.git
branch = main
update = checkout
[submodule "lib/glibc"]
path = lib/glibc
url = https://github.com/LinxISA/glibc.git
branch = master
update = checkout
[submodule "lib/musl"]
path = lib/musl
url = https://github.com/LinxISA/musl.git
branch = master
update = checkout
[submodule "rtl/LinxCore"]
path = rtl/LinxCore
url = https://github.com/LinxISA/LinxCore.git
branch = main
update = checkout
[submodule "workloads/pto_kernels"]
path = workloads/pto_kernels
url = https://github.com/LinxISA/PTO-Kernel.git
branch = main
update = checkout
[submodule "skills/linx-skills"]
path = skills/linx-skills
url = https://github.com/LinxISA/linx-skills.git
branch = main
[submodule "lib/mesa3d"]
path = lib/mesa3d
url = https://github.com/LinxISA/mesa3d.git
[submodule "tools/model"]
path = tools/model
url = https://github.com/LinxISA/linx-model.git
branch = main
update = checkout
[submodule "tools/LinxCoreModel"]
path = tools/LinxCoreModel
url = https://github.com/LinxISA/LinxCoreModel.git
branch = main