From 30b21f2a8c49d1907be083d263bcc07fe121898c Mon Sep 17 00:00:00 2001 From: dam1n19 <dam1n19@soton.ac.uk> Date: Mon, 15 May 2023 13:09:14 +0100 Subject: [PATCH] Updated submodules names --- .gitmodules | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.gitmodules b/.gitmodules index 507aa91..f08e7c3 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,19 +1,19 @@ -[submodule "accelerator-wrapper"] +[submodule "accelerator_wrapper_tech"] path = accelerator_wrapper_tech url = https://git.soton.ac.uk/soclabs/accelerator_wrapper_tech.git -[submodule "nanosoc"] +[submodule "nanosoc_tech"] path = nanosoc_tech url = https://git.soton.ac.uk/soclabs/nanosoc_tech.git -[submodule "socsim"] +[submodule "socsim_flow"] path = socsim_flow url = https://git.soton.ac.uk/soclabs/socsim_flow.git -[submodule "CHIPKIT"] +[submodule "chipkit_flow"] path = chipkit_flow url = https://git.soton.ac.uk/soclabs/chipkit_flow.git -[submodule "generic-lib"] +[submodule "generic_lib_tech"] path = generic_lib_tech url = https://git.soton.ac.uk/soclabs/generic_lib_tech.git -[submodule "fpga-lib"] +[submodule "fpga_lib_tech"] path = fpga_lib_tech url = https://git.soton.ac.uk/soclabs/fpga_lib_tech.git [submodule "rtl_primitives_tech"] -- GitLab