summaryrefslogtreecommitdiffstats
path: root/.gitmodules
diff options
context:
space:
mode:
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules15
1 files changed, 15 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules
new file mode 100644
index 0000000..c86d273
--- /dev/null
+++ b/.gitmodules
@@ -0,0 +1,15 @@
+[submodule "src/yosys"]
+ path = src/yosys
+ url = https://github.com/YosysHQ/yosys
+[submodule "src/nextpnr"]
+ path = src/nextpnr
+ url = https://github.com/YosysHQ/nextpnr
+[submodule "src/icestorm"]
+ path = src/icestorm
+ url = https://github.com/YosysHQ/icestorm
+[submodule "src/abc"]
+ path = src/abc
+ url = https://github.com/YosysHQ/abc
+[submodule "src/flashrom"]
+ path = src/flashrom
+ url = https://github.com/flashrom/flashrom