Skip to content
Snippets Groups Projects
Commit 004792a4 authored by dam1n19's avatar dam1n19
Browse files

SOC1-203: Moved Chipkit within soctools

parent 68ef1e9f
No related branches found
No related tags found
No related merge requests found
...@@ -7,9 +7,6 @@ url = https://git.soton.ac.uk/soclabs/nanosoc_tech.git ...@@ -7,9 +7,6 @@ url = https://git.soton.ac.uk/soclabs/nanosoc_tech.git
[submodule "soctools_flow"] [submodule "soctools_flow"]
path = 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
[submodule "generic_lib_tech"] [submodule "generic_lib_tech"]
path = generic_lib_tech path = generic_lib_tech
url = https://git.soton.ac.uk/soclabs/generic_lib_tech.git url = https://git.soton.ac.uk/soclabs/generic_lib_tech.git
......
Subproject commit 672416929813708f48e5376c8de00a4f7a69aa9a
...@@ -36,8 +36,8 @@ export GENERIC_LIB_TECH_DIR="$PROJECT_DIR/generic_lib_tech" ...@@ -36,8 +36,8 @@ export GENERIC_LIB_TECH_DIR="$PROJECT_DIR/generic_lib_tech"
# Flows # Flows
#----------------------------------------------------------------------------- #-----------------------------------------------------------------------------
# CHIPKIT - Register Generation
export CHIPKIT_FLOW_DIR="$PROJECT_DIR/chipkit_flow"
# SoCTools - Toolkit of scripts related to SoCLabs projects # SoCTools - Toolkit of scripts related to SoCLabs projects
export SOCTOOLS_FLOW_DIR="$PROJECT_DIR/soctools_flow" export SOCTOOLS_FLOW_DIR="$PROJECT_DIR/soctools_flow"
\ No newline at end of file
# CHIPKIT - Register Generation
export CHIPKIT_FLOW_DIR="$SOCTOOLS_FLOW_DIR/tools/chipkit_flow"
Subproject commit 0ddd48965bfa1dd643a62021cdaef975da0f2154 Subproject commit 7118711fe3f7fc93ad65bcd46203de73358b0545
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