-
Notifications
You must be signed in to change notification settings - Fork 46
/
.gitmodules
48 lines (48 loc) · 2.06 KB
/
.gitmodules
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
[submodule "toolchain/riscv-gnu-toolchain"]
path = toolchain/riscv-gnu-toolchain
url = https://github.com/pulp-platform/pulp-riscv-gnu-toolchain.git
[submodule "toolchain/llvm-project"]
path = toolchain/llvm-project
url = https://github.com/pulp-platform/snitch-llvm.git
[submodule "toolchain/halide"]
path = toolchain/halide
url = https://github.com/SamuelRiedel/Halide.git
[submodule "toolchain/verilator"]
path = toolchain/verilator
url = https://github.com/verilator/verilator.git
[submodule "hardware/deps/axi"]
path = hardware/deps/axi
url = https://github.com/pulp-platform/axi.git
[submodule "hardware/deps/cluster_interconnect"]
path = hardware/deps/cluster_interconnect
url = https://github.com/pulp-platform/cluster_interconnect.git
[submodule "hardware/deps/common_cells"]
path = hardware/deps/common_cells
url = https://github.com/pulp-platform/common_cells.git
[submodule "hardware/deps/common_verification"]
path = hardware/deps/common_verification
url = https://github.com/pulp-platform/common_verification.git
[submodule "hardware/deps/register_interface"]
path = hardware/deps/register_interface
url = https://github.com/pulp-platform/register_interface.git
[submodule "hardware/deps/tech_cells_generic"]
path = hardware/deps/tech_cells_generic
url = https://github.com/pulp-platform/tech_cells_generic.git
[submodule "toolchain/riscv-opcodes"]
path = toolchain/riscv-opcodes
url = https://github.com/pulp-platform/riscv-opcodes.git
[submodule "hardware/deps/apb"]
path = hardware/deps/apb
url = https://github.com/pulp-platform/apb.git
[submodule "hardware/deps/fpnew"]
path = hardware/deps/fpnew
url = https://github.com/pulp-platform/cvfpu.git
[submodule "hardware/deps/fpu_div_sqrt_mvp"]
path = hardware/deps/fpu_div_sqrt_mvp
url = https://github.com/pulp-platform/fpu_div_sqrt_mvp.git
[submodule "hardware/deps/dram_rtl_sim"]
path = hardware/deps/dram_rtl_sim
url = https://github.com/pulp-platform/dram_rtl_sim.git
[submodule "hardware/deps/cluster_icache"]
path = hardware/deps/cluster_icache
url = https://github.com/pulp-platform/cluster_icache.git