forked from chipsalliance/synlig
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitmodules
45 lines (45 loc) · 1.81 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
[submodule "yosys"]
path = third_party/yosys
url = https://github.com/YosysHQ/yosys.git
[submodule "Surelog"]
path = third_party/surelog
url = https://github.com/chipsalliance/Surelog.git
[submodule "sv2v"]
path = third_party/sv2v
url = https://github.com/zachjs/sv2v.git
[submodule "UHDM-integration-tests"]
path = UHDM-integration-tests
url = https://github.com/chipsalliance/UHDM-integration-tests.git
[submodule "yosys-f4pga-plugins"]
path = yosys-f4pga-plugins
url = https://github.com/chipsalliance/yosys-f4pga-plugins.git
[submodule "make-env"]
path = third_party/make_env
url = https://github.com/SymbiFlow/make-env.git
[submodule "uhdm-tests/ibex/ibex"]
path = third_party/ibex
url = https://github.com/lowRISC/ibex.git
[submodule "uhdm-tests/opentitan/opentitan-9d82960888"]
path = third_party/opentitan_9d82960888
url = https://github.com/lowRISC/opentitan.git
[submodule "uhdm-tests/swerv/Cores-SweRV"]
path = third_party/veer
url = https://github.com/chipsalliance/Cores-SweRV.git
[submodule "uhdm-tests/opentitan/opentitan"]
path = third_party/opentitan
url = https://github.com/antmicro/opentitan.git
[submodule "uhdm-tests/black-parrot/black-parrot"]
path = third_party/black_parrot
url = https://github.com/black-parrot/black-parrot.git
[submodule "uhdm-tests/black-parrot/black-parrot-tools"]
path = third_party/black_parrot_tools
url = https://github.com/black-parrot/black-parrot-tools
[submodule "uhdm-tests/black-parrot/black-parrot-sdk"]
path = third_party/black_parrot_sdk
url = https://github.com/black-parrot-sdk/black-parrot-sdk.git
[submodule "uhdm-tests/bsg_micro_designs/bsg_micro_designs"]
path = third_party/bsg_micro_designs
url = https://github.com/bsg-idea/bsg_micro_designs.git
[submodule "third_party/veer"]
path = third_party/veer
url = https://github.com/chipsalliance/Cores-VeeR-EH1