-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.gitmodules
36 lines (36 loc) · 1.45 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
[submodule "platforms/f1/aws-fpga"]
path = platforms/f1/aws-fpga
url = https://github.com/firesim/aws-fpga-firesim
[submodule "sw/firesim-software"]
path = sw/firesim-software
url = https://github.com/farzadfch/firesim-software
[submodule "sim/firrtl"]
path = sim/firrtl
url = https://github.com/ucb-bar/firrtl
[submodule "sim/midas"]
path = sim/midas
url = https://github.com/farzadfch/midas
[submodule "sim/barstools"]
path = sim/barstools
url = https://github.com/ucb-bar/barstools.git
[submodule "sim/firechip"]
path = target-design/firechip
url = https://github.com/farzadfch/firechip
[submodule "sw/network-benchmarks"]
path = sw/network-benchmarks
url = https://github.com/firesim/network-benchmarks.git
[submodule "sw/qemu"]
path = sw/qemu
url = https://github.com/riscv/riscv-qemu.git
[submodule "deploy/workloads/memcached-thread-imbalance/mutilate-loadgen-riscv-release"]
path = deploy/workloads/memcached-thread-imbalance/mutilate-loadgen-riscv-release
url = https://github.com/firesim/mutilate-loadgen-riscv-release
[submodule "deploy/workloads/Speckle"]
path = deploy/workloads/Speckle
url = https://github.com/ccelio/Speckle.git
[submodule "deploy/workloads/ccbench-cache-sweep/ccbench"]
path = deploy/workloads/ccbench-cache-sweep/ccbench
url = https://github.com/ucb-bar/ccbench
[submodule "deploy/workloads/runscripts/gapbs-scripts/gapbs"]
path = deploy/workloads/runscripts/gapbs-scripts/gapbs
url = https://github.com/sbeamer/gapbs.git