-
Notifications
You must be signed in to change notification settings - Fork 174
Expand file tree
/
Copy path.gitmodules
More file actions
32 lines (32 loc) · 1.08 KB
/
.gitmodules
File metadata and controls
32 lines (32 loc) · 1.08 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
[submodule "toolchain/riscv-gnu-toolchain"]
path = toolchain/riscv-gnu-toolchain
url = https://github.com/riscv/riscv-gnu-toolchain.git
ignore = dirty
update = none
[submodule "toolchain/riscv-isa-sim"]
path = toolchain/riscv-isa-sim
url = https://github.com/riscv/riscv-isa-sim.git
ignore = dirty
[submodule "toolchain/verilator"]
path = toolchain/verilator
url = https://github.com/verilator/verilator
[submodule "toolchain/newlib"]
path = toolchain/newlib
url = https://sourceware.org/git/newlib-cygwin.git
ignore = dirty
update = none
[submodule "toolchain/riscv-llvm"]
path = toolchain/riscv-llvm
url = https://github.com/llvm/llvm-project.git
ignore = dirty
update = none
[submodule "cheshire/sw/cva6-sdk"]
path = cheshire/sw/cva6-sdk
url = https://github.com/pulp-platform/cva6-sdk.git
[submodule "apps/rvv-bench"]
path = apps/rvv-bench
url = https://github.com/camel-cdr/rvv-bench.git
update = none
[submodule "cheshire/sw/riscv-vectorized-benchmark-suite"]
path = cheshire/sw/riscv-vectorized-benchmark-suite
url = https://github.com/mp-17/riscv-vectorized-benchmark-suite.git