File: .gitmodules

package info (click to toggle)
nextpnr 0.10-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 40,060 kB
  • sloc: cpp: 176,747; python: 18,011; ansic: 10,558; pascal: 1,367; sh: 383; makefile: 223; vhdl: 44; objc: 42; tcl: 41
file content (12 lines) | stat: -rw-r--r-- 435 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
[submodule "tests"]
	path = tests
	url = https://github.com/YosysHQ/nextpnr-tests
[submodule "himbaechel/uarch/xilinx/meta"]
	path = himbaechel/uarch/xilinx/meta
	url = https://github.com/gatecat/nextpnr-xilinx-meta
[submodule "3rdparty/corrosion"]
	path = 3rdparty/corrosion
	url = https://github.com/corrosion-rs/corrosion
[submodule "3rdparty/googletest"]
	path = 3rdparty/googletest
	url = https://github.com/google/googletest.git