From 30eea54062f94e71a4136b98b6abc02c69c7df19 Mon Sep 17 00:00:00 2001 From: MaxP Date: Tue, 1 Apr 2025 09:12:40 +0000 Subject: [PATCH] Add submodule configuration for build and Pipeline-AXI-Handshake libraries --- .gitmodules | 6 ++++++ libs/Pipeline-AXI-Handshake | 1 + 2 files changed, 7 insertions(+) create mode 100644 .gitmodules create mode 160000 libs/Pipeline-AXI-Handshake diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..1b50912 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,6 @@ +[submodule "build"] + path = build + url = https://github.com/PxaMMaxP/Xilinx-ISE-Makefile.git +[submodule "libs/Pipeline-AXI-Handshake"] + path = libs/Pipeline-AXI-Handshake + url = https://github.com/20Max01/Pipeline-AXI-Handshake.git diff --git a/libs/Pipeline-AXI-Handshake b/libs/Pipeline-AXI-Handshake new file mode 160000 index 0000000..59e8302 --- /dev/null +++ b/libs/Pipeline-AXI-Handshake @@ -0,0 +1 @@ +Subproject commit 59e8302a48eb3bbfcf579b98a714581880a7786d