Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Accelerator 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
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
SoCLabs
Accelerator Project
Commits
f8a9b8af
Commit
f8a9b8af
authored
2 years ago
by
dam1n19
Browse files
Options
Downloads
Patches
Plain Diff
submodule init further testing
parent
32307552
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitmodules
+8
-12
8 additions, 12 deletions
.gitmodules
flow/socrepo-init
+1
-0
1 addition, 0 deletions
flow/socrepo-init
with
9 additions
and
12 deletions
.gitmodules
+
8
−
12
View file @
f8a9b8af
[submodule "accelerator-wrapper"]
[submodule "accelerator-wrapper"]
path = accelerator-wrapper
path = accelerator-wrapper
url = git@git.soton.ac.uk:soclabs/accelerator-wrapper.git
url = git@git.soton.ac.uk:soclabs/accelerator-wrapper.git
branch = main
[submodule "nanosoc"]
[submodule "nanosoc"]
path = nanosoc
path = nanosoc
url = git@git.soton.ac.uk:soclabs/nanosoc.git
url = git@git.soton.ac.uk:soclabs/nanosoc.git
branch = main
[submodule "socsim"]
[submodule "socsim"]
path = socsim
path = socsim
url = git@git.soton.ac.uk:soclabs/socsim.git
url = git@git.soton.ac.uk:soclabs/socsim.git
branch = main
[submodule "CHIPKIT"]
[submodule "CHIPKIT"]
path = CHIPKIT
path = CHIPKIT
url = git@git.soton.ac.uk:soclabs/CHIPKIT.git
url = git@git.soton.ac.uk:soclabs/CHIPKIT.git
branch = main
[submodule "secworks-sha256"]
[submodule "secworks-sha256"]
path = secworks-sha256
path = secworks-sha256
url = git@git.soton.ac.uk:soclabs/secworks-sha256.git
url = git@git.soton.ac.uk:soclabs/secworks-sha256.git
branch = main
branch = main
[submodule "
$DESIGN_ROOT/
accelerator-wrapper"]
[submodule "accelerator-wrapper"]
branch = main
branch = main
[submodule "
$DESIGN_ROOT/
CHIPKIT"]
[submodule "CHIPKIT"]
branch = main
branch = main
[submodule "
$DESIGN_ROOT/
nanosoc"]
[submodule "nanosoc"]
branch = main
branch = main
[submodule "
$DESIGN_ROOT/
socsim"]
[submodule "socsim"]
branch = main
branch = main
This diff is collapsed.
Click to expand it.
flow/socrepo-init
+
1
−
0
View file @
f8a9b8af
...
@@ -12,6 +12,7 @@
...
@@ -12,6 +12,7 @@
#!/usr/bin/env bash
#!/usr/bin/env bash
# Source environment variables for all submodules
# Source environment variables for all submodules
cd $DESIGN_ROOT
for d in $SOC_TOP_DIR/* ; do
for d in $SOC_TOP_DIR/* ; do
if [ -e "$d/.git" ]; then
if [ -e "$d/.git" ]; then
echo $d
echo $d
...
...
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