From a4d32e636844fe6e78b8c09fdfcb35a03af535b9 Mon Sep 17 00:00:00 2001 From: dam1n19 <dam1n19@soton.ac.uk> Date: Mon, 3 Apr 2023 15:42:23 +0100 Subject: [PATCH] even further testing with git submodules --- .gitmodules | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitmodules b/.gitmodules index b4c0397..896f922 100644 --- a/.gitmodules +++ b/.gitmodules @@ -14,11 +14,11 @@ path = secworks-sha256 url = git@git.soton.ac.uk:soclabs/secworks-sha256.git branch = main -[submodule "accelerator-wrapper"] +[submodule "secworks-sha-256-system-top/accelerator-wrapper"] branch = main -[submodule "CHIPKIT"] +[submodule "secworks-sha-256-system-top/CHIPKIT"] branch = main -[submodule "nanosoc"] +[submodule "secworks-sha-256-system-top/nanosoc"] branch = main -[submodule "socsim"] +[submodule "secworks-sha-256-system-top/socsim"] branch = main -- GitLab