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
0dcb4699
Commit
0dcb4699
authored
1 year ago
by
dam1n19
Browse files
Options
Downloads
Patches
Plain Diff
Updated Proj-branch file
parent
d97ad4d0
No related branches found
No related tags found
1 merge request
!1
Changed set_env flow to source script in soctools and breadcrumb left in...
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
proj-branch
+1
-1
1 addition, 1 deletion
proj-branch
set_env.sh
+0
-8
0 additions, 8 deletions
set_env.sh
with
1 addition
and
9 deletions
proj-branch
+
1
−
1
View file @
0dcb4699
...
...
@@ -17,7 +17,7 @@ nanosoc_tech: feat_nanosoc_regions
nanosoc_tech/nanosoc/slcorem0_tech: main
nanosoc_tech/nanosoc/sldma230_tech: main
nanosoc_tech/nanosoc/socdebug_tech: main
nanosoc_tech/nanosoc/socdebug_tech/socket/uart_axi_master/core_dbg_bridge: ma
in
nanosoc_tech/nanosoc/socdebug_tech/socket/uart_axi_master/core_dbg_bridge: ma
ster
accelerator_wrapper_tech: main
fpga_lib_tech: main
generic_lib_tech: main
...
...
This diff is collapsed.
Click to expand it.
set_env.sh
+
0
−
8
View file @
0dcb4699
...
...
@@ -65,15 +65,7 @@ if [ ! -f $SOCLABS_PROJECT_DIR/.socinit ]; then
cd
$SOCLABS_DESIGN_ROOT
echo
$SOCLABS_DESIGN_ROOT
git submodule update
--recursive
echo
"2"
python3
$SOCLABS_SOCTOOLS_FLOW_DIR
/bin/subrepo_checkout.py
-b
proj-branch
-t
$SOCLABS_DESIGN_ROOT
echo
"3"
#git submodule foreach --recursive git checkout main # TODO: Bug on this line - need to checkout to correct branch
# Read proj-branch file to find out which branch each subrepo needs to be on
# git config --file .gitmodules --get-regexp path | awk '{ print $2 }' | while read line; do cd $SOCLABS_PROJECT_DIR/$line && git checkout `grep $line $SOCLABS_PROJECT_DIR/proj-branch | awk '{ print $2 }'` && git pull; done
echo
"4"
git restore
$SOCLABS_DESIGN_ROOT
/.gitmodules
echo
"5"
touch
$SOCLABS_PROJECT_DIR
/.socinit
echo
"6"
fi
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