-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy path.gitmodules
More file actions
26 lines (26 loc) · 904 Bytes
/
.gitmodules
File metadata and controls
26 lines (26 loc) · 904 Bytes
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
[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 "apps/riscv-vectorized-benchmark-suite"]
path = apps/riscv-vectorized-benchmark-suite
url = https://github.com/Navaneeth-KunhiPurayil/riscv-vectorized-benchmark-suite.git
branch = araxl/baremetal