Skip to content
Snippets Groups Projects
Commit 4b69cb50 authored by dam1n19's avatar dam1n19
Browse files

SOC1-167: Added flow suffix to flow sub repositories

parent 52d6d3f6
No related branches found
No related tags found
No related merge requests found
......@@ -5,10 +5,10 @@ url = git@git.soton.ac.uk:soclabs/accelerator-wrapper.git
path = nanosoc_tech
url = git@git.soton.ac.uk:soclabs/nanosoc.git
[submodule "socsim"]
path = socsim
path = socsim_flow
url = git@git.soton.ac.uk:soclabs/socsim.git
[submodule "CHIPKIT"]
path = chipkit
path = chipkit_flow
url = git@git.soton.ac.uk:soclabs/CHIPKIT.git
[submodule "secworks-sha256"]
path = secworks-sha256
......@@ -19,3 +19,6 @@ url = git@git.soton.ac.uk:soclabs/CHIPKIT.git
[submodule "fpga-lib"]
path = fpga_lib_tech
url = git@git.soton.ac.uk:soclabs/fpga-lib.git
[submodule "vanillaflow"]
path = vanillaflow_flow
url = git@git.soton.ac.uk:soclabs/vanillaflow.git
File moved
......@@ -34,7 +34,7 @@ export GENERIC_LIB_TECH_DIR="$PROJECT_DIR/generic_lib_tech"
#-----------------------------------------------------------------------------
# CHIPKIT - Register Generation
export CHIPKIT_FLOW_DIR="$PROJECT_DIR/chipkit"
export CHIPKIT_FLOW_DIR="$PROJECT_DIR/chipkit_flow"
# SoCSim - Basic Simulation Flow Wrapper
export SOCSIM_FLOW_DIR="$PROJECT_DIR/socsim"
\ No newline at end of file
export SOCSIM_FLOW_DIR="$PROJECT_DIR/socsim_flow"
\ No newline at end of file
Subproject commit cb75144cc56c13ec4e4ea672d4e38ba3552001fa
Subproject commit c04ad57b008e85421dcb4a0a69b54a54e386c3a7
......@@ -10,10 +10,10 @@
#-----------------------------------------------------------------------------
# Each Repo needs to have its branch set manually in here - they will defaultly be checked out to main
# Project Repository Subrepository Branch Index
nanosoc: feat_accel_decouple
CHIPKIT: main
accelerator-wrapper: main
fpga-lib: main
generic-lib: main
nanosoc_tech: feat_accel_decouple
chipkit_flow: main
accelerator_wrapper_tech: main
fpga_lib_tech: main
generic_lib_tech: main
secworks-sha256: main
socsim: main
\ No newline at end of file
socsim_flow: main
\ No newline at end of file
File moved
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment