From 68ef1e9ff9e09ce9745d4eec688e83c051b7f01e Mon Sep 17 00:00:00 2001 From: dam1n19 <dam1n19@soton.ac.uk> Date: Wed, 17 May 2023 09:53:12 +0100 Subject: [PATCH] SOC1-204: Added soctools back into project --- .gitmodules | 2 +- soctools_flow | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) create mode 160000 soctools_flow diff --git a/.gitmodules b/.gitmodules index 9c09e1f..880cce0 100644 --- a/.gitmodules +++ b/.gitmodules @@ -6,7 +6,7 @@ url = https://git.soton.ac.uk/soclabs/accelerator_wrapper_tech.git url = https://git.soton.ac.uk/soclabs/nanosoc_tech.git [submodule "soctools_flow"] path = soctools_flow -url = https://git.soton.ac.uk/soclabs/soctools_flow.git + url = https://git.soton.ac.uk/soclabs/soctools_flow.git [submodule "chipkit_flow"] path = chipkit_flow url = https://git.soton.ac.uk/soclabs/chipkit_flow.git diff --git a/soctools_flow b/soctools_flow new file mode 160000 index 0000000..0ddd489 --- /dev/null +++ b/soctools_flow @@ -0,0 +1 @@ +Subproject commit 0ddd48965bfa1dd643a62021cdaef975da0f2154 -- GitLab