summaryrefslogtreecommitdiffstats
path: root/.gitmodules
diff options
context:
space:
mode:
authorJames McKenzie <root@ka-ata-killa.panaceas.james.local>2023-05-02 10:57:51 +0100
committerJames McKenzie <root@ka-ata-killa.panaceas.james.local>2023-05-02 10:57:51 +0100
commit429d1ca34aeb0df444f557e86793dbdd1372ccce (patch)
treeb1ff96c966757467d3f9c1f7fcd8073b517c965d /.gitmodules
downloadtim_ac3rf_fpga_kit-429d1ca34aeb0df444f557e86793dbdd1372ccce.tar.gz
tim_ac3rf_fpga_kit-429d1ca34aeb0df444f557e86793dbdd1372ccce.tar.bz2
tim_ac3rf_fpga_kit-429d1ca34aeb0df444f557e86793dbdd1372ccce.zip
working demo code for fpga board
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