-
Notifications
You must be signed in to change notification settings - Fork 30
/
Copy path.gitmodules
34 lines (34 loc) · 1.43 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
[submodule "third_party/picorv32"]
path = third_party/picorv32
url = https://github.com/cliffordwolf/picorv32.git
[submodule "third_party/up5k-demos"]
path = third_party/up5k-demos
url = https://github.com/daveshah1/up5k-demos.git
[submodule "third_party/vexriscv-verilog"]
path = third_party/vexriscv-verilog
url = https://github.com/m-labs/VexRiscv-verilog
[submodule "third_party/litex_vexriscv_smp"]
path = third_party/litex_vexriscv_smp
url = https://github.com/enjoy-digital/litex_vexriscv_smp.git
[submodule "third_party/hamsternz-hdmi"]
path = third_party/hamsternz-hdmi
url = https://github.com/hamsternz/Artix-7-HDMI-processing.git
[submodule "third_party/make-env"]
path = third_party/make-env
url = https://github.com/SymbiFlow/make-env.git
[submodule "third_party/hamsternz-displayport"]
path = third_party/hamsternz-displayport
url = https://github.com/hamsternz/DisplayPort_Verilog.git
[submodule "third_party/fpga-interchange-schema"]
path = third_party/fpga-interchange-schema
url = https://github.com/SymbiFlow/fpga-interchange-schema.git
[submodule "third_party/RapidWright"]
path = third_party/RapidWright
url = https://github.com/Xilinx/RapidWright.git
[submodule "third_party/nextpnr"]
path = third_party/nextpnr
url = https://github.com/antmicro/nextpnr.git
branch = interchange-experimental
[submodule "third_party/capnproto-java"]
path = third_party/capnproto-java
url = https://github.com/capnproto/capnproto-java.git