-
Notifications
You must be signed in to change notification settings - Fork 2
/
.gitmodules
32 lines (32 loc) · 1.03 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
[submodule "rtl/mmu"]
path = rtl/mmu
url = ../mmu.git
branch = sargantana
[submodule "tb/tb_torture/riscv-torture"]
path = tb/tb_torture/riscv-torture
url = https://github.com/ucb-bar/riscv-torture.git
[submodule "simulator/reference/riscv-isa-sim"]
path = simulator/reference/riscv-isa-sim
url = ../riscv-isa-sim.git
[submodule "rtl/dcache"]
path = rtl/dcache
url = ../cv-hpdcache.git
[submodule "fpga/common/rtl/axi"]
path = fpga/common/rtl/axi
url = https://github.com/pulp-platform/axi.git
[submodule "fpga/common/rtl/axi_riscv_atomics"]
path = fpga/common/rtl/axi_riscv_atomics
url = https://github.com/pulp-platform/axi_riscv_atomics.git
[submodule "fpga/common/rtl/common_cells"]
path = fpga/common/rtl/common_cells
url = https://github.com/pulp-platform/common_cells.git
[submodule "rtl/icache"]
path = rtl/icache
url = ../instruction_cache.git
branch = ft/cacheline_64b
[submodule "riscv-tests"]
path = riscv-tests
url = ../riscv-tests.git
[submodule "rtl/core/sargantana"]
path = rtl/core/sargantana
url = ../sargantana.git