From 92a387bf224a7a151ba6201c0086477bd1a6022c Mon Sep 17 00:00:00 2001 From: tmeissner Date: Tue, 8 Feb 2022 15:28:56 +0100 Subject: [PATCH] Added libvhdl & cryptocores as git submodules --- .gitmodules | 6 ++++++ ext/cryptocores | 1 + ext/libvhdl | 1 + 3 files changed, 8 insertions(+) create mode 100644 .gitmodules create mode 160000 ext/cryptocores create mode 160000 ext/libvhdl diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..235d98c --- /dev/null +++ b/.gitmodules @@ -0,0 +1,6 @@ +[submodule "ext/cryptocores"] + path = ext/cryptocores + url = https://git.goodcleanfun.de/tmeissner/cryptocores.git +[submodule "ext/libvhdl"] + path = ext/libvhdl + url = https://git.goodcleanfun.de/tmeissner/libvhdl.git diff --git a/ext/cryptocores b/ext/cryptocores new file mode 160000 index 0000000..302ad79 --- /dev/null +++ b/ext/cryptocores @@ -0,0 +1 @@ +Subproject commit 302ad79ceddc851b88bfc119848c449634d261eb diff --git a/ext/libvhdl b/ext/libvhdl new file mode 160000 index 0000000..84d9a28 --- /dev/null +++ b/ext/libvhdl @@ -0,0 +1 @@ +Subproject commit 84d9a28afbf773fd3cdd2c7c83b2034fbcd1b033