-
Notifications
You must be signed in to change notification settings - Fork 2
/
.gitmodules
30 lines (30 loc) · 1.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
[submodule "tools/sv2v"]
path = tools/sv2v
url = https://github.com/zachjs/sv2v.git
[submodule "tools/verilator"]
path = tools/verilator
url = https://github.com/verilator/verilator
[submodule "tools/morty"]
path = tools/morty
url = https://github.com/zarubaf/morty
[submodule "tools/bender"]
path = tools/bender
url = https://github.com/pulp-platform/bender
[submodule "tools/gtkwave"]
path = tools/gtkwave
url = https://github.com/gtkwave/gtkwave.git
[submodule "cellift-ubenchmarks"]
path = cellift-ubenchmarks
url = ../cellift-ubenchmarks.git
[submodule "tools/riscv-gnu-toolchain"]
path = tools/riscv-gnu-toolchain
url = https://github.com/riscv/riscv-gnu-toolchain
[submodule "tools/riscv-isa-sim"]
path = tools/riscv-isa-sim
url = https://github.com/riscv-software-src/riscv-isa-sim
[submodule "external-dependencies/cellift-opentitan"]
path = external-dependencies/cellift-opentitan
url = https://github.com/comsec-group/cellift-opentitan.git
[submodule "tools/cellift-yosys"]
path = tools/cellift-yosys
url = https://github.com/comsec-group/cellift-yosys.git