blob: 2c44816ba6dbfa95f736ba9b58765d989763e1a1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
[submodule "riscv-isa-sim"]
path = riscv-isa-sim
url = https://github.com/riscv/riscv-isa-sim.git
[submodule "riscv-fesvr"]
path = riscv-fesvr
url = https://github.com/riscv/riscv-fesvr.git
[submodule "riscv-pk"]
path = riscv-pk
url = https://github.com/riscv/riscv-pk.git
[submodule "riscv-opcodes"]
path = riscv-opcodes
url = https://github.com/riscv/riscv-opcodes.git
[submodule "riscv-tests"]
path = riscv-tests
url = https://github.com/riscv/riscv-tests.git
[submodule "riscv-llvm"]
path = riscv-llvm
url = https://github.com/riscv/riscv-llvm.git
[submodule "riscv-gnu-toolchain"]
path = riscv-gnu-toolchain
url = https://github.com/riscv/riscv-gnu-toolchain.git
|