Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
NanoSoC Tech
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository 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
NanoSoC Tech
Commits
79b8d800
Commit
79b8d800
authored
2 years ago
by
dwn1c21
Browse files
Options
Downloads
Patches
Plain Diff
Remove arm ip directory untar etc.
parent
9e4a4da0
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+2
-22
2 additions, 22 deletions
.gitlab-ci.yml
with
2 additions
and
22 deletions
.gitlab-ci.yml
+
2
−
22
View file @
79b8d800
...
...
@@ -35,14 +35,6 @@ build-job-Z2: # This job runs in the build stage, which runs first.
script
:
# setup vivado environment for Vivado 2021.1
-
source /tools/Xilinx/Vivado/2021.1/.settings64-Vivado.sh
# move and unpack the arm ip into the arm-AAA-ip folder, below the working directory
-
cp -r /home/gitlab-runner/arm-AAA-ip ../arm-AAA-ip
-
cd ../arm-AAA-ip/Corstone-101_Foundation_IP/
-
tar -xf BP210-r1p1-00rel0.tar.gz
-
cd ../Cortex-M0/
-
tar -xf AT510-r0p0-03rel2.tar.gz
-
cd ../DMA-230_MicroDMA_Controller/
-
tar -xf PL230-r0p0-02rel2-1.tar.gz
# move to fpga_imp directory and run the fpga build script for pynq z2
-
cd ../../nanosoc_tech/system/fpga_imp/
-
source ../../set_env.sh
...
...
@@ -56,9 +48,6 @@ build-job-Z2: # This job runs in the build stage, which runs first.
-
echo "Build failed"
-
exit
1
-
fi
# cleanup arm-AAA-ip directory
-
cd ../../../
-
rm -r arm-AAA-ip
artifacts
:
paths
:
# Keep the generated bit and hwh file from fpga build script
...
...
@@ -71,14 +60,8 @@ build-job-Z2: # This job runs in the build stage, which runs first.
build-job-ZCU104
:
# This job runs in the build stage, which runs first.
stage
:
build
script
:
# move and unpack the arm ip into the arm-AAA-ip folder, below the working directory
-
cp -r /home/dwn1c21/arm-AAA-ip ../arm-AAA-ip
-
cd ../arm-AAA-ip/Corstone-101_Foundation_IP/
-
tar -xf BP210-r1p1-00rel0.tar.gz
-
cd ../Cortex-M0/
-
tar -xf AT510-r0p0-03rel2.tar.gz
-
cd ../DMA-230_MicroDMA_Controller/
-
tar -xf PL230-r0p0-02rel2-1.tar.gz
# setup vivado environment for Vivado 2021.1
-
source /tools/Xilinx/Vivado/2021.1/.settings64-Vivado.sh
# move to fpga_imp directory and run the fpga build script for pynq z2
-
cd ../../nanosoc_tech/system/fpga_imp/
-
source ../../set_env.sh
...
...
@@ -92,9 +75,6 @@ build-job-ZCU104: # This job runs in the build stage, which runs first.
-
echo "Build failed"
-
exit
1
-
fi
# cleanup arm-AAA-ip directory
-
cd ../../../
-
rm -r arm-AAA-ip
artifacts
:
paths
:
# Keep the generated bit and hwh file from fpga build script
...
...
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