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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
SoCLabs
Accelerator Project
Commits
fb3ffc00
Commit
fb3ffc00
authored
2 years ago
by
dam1n19
Browse files
Options
Downloads
Plain Diff
Merge branch accelerator-project:main into main
parents
8d14dbe3
98e6d7ad
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+2
-2
2 additions, 2 deletions
.gitlab-ci.yml
nanosoc_tech
+1
-1
1 addition, 1 deletion
nanosoc_tech
with
3 additions
and
3 deletions
.gitlab-ci.yml
+
2
−
2
View file @
fb3ffc00
...
@@ -67,7 +67,7 @@ build-job-Z2: # This job runs in the build stage, which runs first.
...
@@ -67,7 +67,7 @@ build-job-Z2: # This job runs in the build stage, which runs first.
-
git submodule foreach --recursive git submodule init
-
git submodule foreach --recursive git submodule init
-
git fetch --recurse-submodules
-
git fetch --recurse-submodules
-
source set_env.sh
-
source set_env.sh
-
cd $SOCLABS_NANOSOC_TECH_DIR
/fpga/
-
cd $SOCLABS_NANOSOC_TECH_DIR
-
make build_fpga FPGA=z2
-
make build_fpga FPGA=z2
-
FILE=$SOCLABS_DESIGN_ROOT/imp/fpga/output/pynq_z2/overlays/nanosoc_design.bit
-
FILE=$SOCLABS_DESIGN_ROOT/imp/fpga/output/pynq_z2/overlays/nanosoc_design.bit
-
if test -f "$FILE"; then
-
if test -f "$FILE"; then
...
@@ -91,7 +91,7 @@ build-job-ZCU104: # This job runs in the build stage, which runs first.
...
@@ -91,7 +91,7 @@ build-job-ZCU104: # This job runs in the build stage, which runs first.
-
git submodule foreach --recursive git submodule init
-
git submodule foreach --recursive git submodule init
-
git fetch --recurse-submodules
-
git fetch --recurse-submodules
-
source set_env.sh
-
source set_env.sh
-
cd $SOCLABS_NANOSOC_TECH_DIR
/fpga
-
cd $SOCLABS_NANOSOC_TECH_DIR
-
make build_fpga FPGA=zcu104
-
make build_fpga FPGA=zcu104
-
FILE=$SOCLABS_DESIGN_ROOT/imp/fpga/output/pynq_zcu104/overlays/nanosoc_design.bit
-
FILE=$SOCLABS_DESIGN_ROOT/imp/fpga/output/pynq_zcu104/overlays/nanosoc_design.bit
-
if test -f "$FILE"; then
-
if test -f "$FILE"; then
...
...
This diff is collapsed.
Click to expand it.
nanosoc_tech
@
62f0b1fb
Compare
b36f7041
...
62f0b1fb
Subproject commit
b36f7041c7c96e7af7ed10647a667ee319f440ce
Subproject commit
62f0b1fb749557469561c7aa52035077677aaf27
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