From 8b8f7961e12ced14c4657fe65ddc0de3c6f42924 Mon Sep 17 00:00:00 2001 From: dam1n19 <dam1n19@soton.ac.uk> Date: Mon, 15 May 2023 12:03:44 +0100 Subject: [PATCH] Updated subprjects to https --- .gitmodules | 14 +++++++------- nanosoc_tech | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.gitmodules b/.gitmodules index cb34112..accc068 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,21 +1,21 @@ [submodule "accelerator-wrapper"] path = accelerator_wrapper_tech -url = git@git.soton.ac.uk:soclabs/accelerator-wrapper.git +url = https://git.soton.ac.uk:soclabs/accelerator-wrapper.git [submodule "nanosoc"] path = nanosoc_tech -url = git@git.soton.ac.uk:soclabs/nanosoc.git +url = https://git.soton.ac.uk:soclabs/nanosoc.git [submodule "socsim"] path = socsim_flow -url = git@git.soton.ac.uk:soclabs/socsim.git +url = https://git.soton.ac.uk:soclabs/socsim.git [submodule "CHIPKIT"] path = chipkit_flow -url = git@git.soton.ac.uk:soclabs/CHIPKIT.git +url = https://git.soton.ac.uk:soclabs/CHIPKIT.git [submodule "generic-lib"] path = generic_lib_tech - url = git@git.soton.ac.uk:soclabs/generic-lib.git + url = https://git.soton.ac.uk:soclabs/generic-lib.git [submodule "fpga-lib"] path = fpga_lib_tech - url = git@git.soton.ac.uk:soclabs/fpga-lib.git + url = https://git.soton.ac.uk:soclabs/fpga-lib.git [submodule "rtl_primitives_tech"] path = rtl_primitives_tech - url = git@git.soton.ac.uk:soclabs/rtl_primitives_tech.git + url = https://git.soton.ac.uk:soclabs/rtl_primitives_tech.git diff --git a/nanosoc_tech b/nanosoc_tech index 88b44d6..f7f61d8 160000 --- a/nanosoc_tech +++ b/nanosoc_tech @@ -1 +1 @@ -Subproject commit 88b44d6789aeff477680cee0df9cf63ec5d4e8e7 +Subproject commit f7f61d86f69185976c708a0558bfdad4a7f0af89 -- GitLab