Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Secworks SHA256 Project
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
SoCLabs
Secworks SHA256 Project
Commits
004792a4
Commit
004792a4
authored
2 years ago
by
dam1n19
Browse files
Options
Downloads
Patches
Plain Diff
SOC1-203: Moved Chipkit within soctools
parent
68ef1e9f
No related branches found
No related tags found
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
.gitmodules
+0
-3
0 additions, 3 deletions
.gitmodules
chipkit_flow
+0
-1
0 additions, 1 deletion
chipkit_flow
env/dependency_env.sh
+4
-4
4 additions, 4 deletions
env/dependency_env.sh
soctools_flow
+1
-1
1 addition, 1 deletion
soctools_flow
with
5 additions
and
9 deletions
.gitmodules
+
0
−
3
View file @
004792a4
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
chipkit_flow
@
67241692
Compare
67241692
...
67241692
Subproject commit 672416929813708f48e5376c8de00a4f7a69aa9a
This diff is collapsed.
Click to expand it.
env/dependency_env.sh
+
4
−
4
View file @
004792a4
...
@@ -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"
This diff is collapsed.
Click to expand it.
soctools_flow
@
7118711f
Compare
0ddd4896
...
7118711f
Subproject commit
0ddd48965bfa1dd643a62021cdaef975da0f21
54
Subproject commit
7118711fe3f7fc93ad65bcd46203de73358b0
54
5
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment