forked from jrrk2/prjxray
-
Notifications
You must be signed in to change notification settings - Fork 2
/
.gitmodules
30 lines (30 loc) · 1.11 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 "third_party/abseil-cpp"]
path = third_party/abseil-cpp
url = https://github.com/abseil/abseil-cpp
[submodule "third_party/cctz"]
path = third_party/cctz
url = https://github.com/google/cctz
[submodule "third_party/googletest"]
path = third_party/googletest
url = https://github.com/google/googletest
[submodule "third_party/gflags"]
path = third_party/gflags
url = https://github.com/gflags/gflags
[submodule "third_party/yaml-cpp"]
path = third_party/yaml-cpp
url = https://github.com/jbeder/yaml-cpp.git
[submodule "third_party/fasm"]
path = third_party/fasm
url = https://github.com/SymbiFlow/fasm.git
[submodule "third_party/python-sdf-timing"]
path = third_party/python-sdf-timing
url = https://github.com/SymbiFlow/python-sdf-timing.git
[submodule "third_party/yosys"]
path = third_party/yosys
url = https://github.com/YosysHQ/yosys
[submodule "third_party/sanitizers-cmake"]
path = third_party/sanitizers-cmake
url = https://github.com/arsenm/sanitizers-cmake.git
[submodule "third_party/display_port"]
path = third_party/display_port
url = https://github.com/hamsternz/DisplayPort_Verilog.git