-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path.gitmodules
49 lines (47 loc) · 1.29 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
# Upstream Tools
[submodule "axe"]
path = axe
url = https://github.com/black-parrot/axe.git
branch = master
ignore = untracked
[submodule "bsg_sv2v"]
path = bsg_sv2v
url = https://github.com/bespoke-silicon-group/bsg_sv2v
branch = master
ignore = untracked
[submodule "Surelog"]
path = Surelog
url = https://github.com/chipsalliance/Surelog
branch = master
ignore = untracked
[submodule "verilator"]
path = verilator
url = https://github.com/verilator/verilator
branch = master
ignore = untracked
[submodule "yosys"]
path = yosys
url = https://github.com/YosysHQ/yosys.git
branch = master
ignore = untracked
[submodule "bsg_fakeram"]
path = bsg_fakeram
url = https://github.com/bespoke-silicon-group/bsg_fakeram
branch = master
ignore = untracked
[submodule "riscv-isa-sim"]
path = riscv-isa-sim
url = https://github.com/riscv-software-src/riscv-isa-sim.git
branch = master
ignore = untracked
[submodule "yosys-slang"]
path = yosys-slang
url = https://github.com/povik/yosys-slang.git
branch = master
ignore = untracked
# BlackParrot Tool Forks
[submodule "dromajo"]
path = dromajo
url = https://github.com/bsg-external/dromajo
branch = blackparrot_mods_1208
ignore = untracked