Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
tapasco
tapasco
Commits
7fd62db1
Commit
7fd62db1
authored
Jan 18, 2018
by
Jens Korinth
Browse files
Implement import task as pipeline stage
parent
6e9c33a9
Pipeline
#115
failed with stages
in 19 minutes and 11 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
7fd62db1
...
...
@@ -18,6 +18,7 @@ before_script:
stages
:
-
toolchain-test
-
hls
-
import
-
compose
-
dse
...
...
@@ -59,6 +60,35 @@ hls-2017.1:
VIVADO_VERSION
:
"
2017.1"
<<
:
*hls-definition
.import-template
:
&import-definition
stage
:
import
script
:
-
source setup.sh
-
source /opt/cad/xilinx/vivado/Vivado/$VIVADO_VERSION/settings64.sh
-
sbt assembly
-
cd $TAPASCO_HOME/common/ip && zip -r precision_counter.zip precision_counter*
-
tapasco import $TAPASCO_HOME/common/ip/precision_counter.zip as
14
import-2017.4
:
variables
:
VIVADO_VERSION
:
"
2017.4"
<<
:
*import-definition
import-2017.3
:
variables
:
VIVADO_VERSION
:
"
2017.3"
<<
:
*import-definition
import-2017.2
:
variables
:
VIVADO_VERSION
:
"
2017.2"
<<
:
*import-definition
import-2017.1
:
variables
:
VIVADO_VERSION
:
"
2017.1"
<<
:
*import-definition
.compose-template
:
&compose-definition
stage
:
compose
script
:
...
...
@@ -69,14 +99,16 @@ hls-2017.1:
compose-2017.4
:
dependencies
:
-
hls-2017.4
-
hls-2017.4
-
import-2017.4
variables
:
VIVADO_VERSION
:
"
2017.4"
<<
:
*compose-definition
compose-2017.3
:
dependencies
:
-
hls-2017.3
-
hls-2017.3
-
import-2017.3
variables
:
VIVADO_VERSION
:
"
2017.3"
<<
:
*compose-definition
...
...
@@ -84,13 +116,15 @@ compose-2017.3:
compose-2017.2
:
dependencies
:
-
hls-2017.2
-
import-2017.2
variables
:
VIVADO_VERSION
:
"
2017.2"
<<
:
*compose-definition
compose-2017.1
:
dependencies
:
-
hls-2017.1
-
hls-2017.1
-
import-2017.1
variables
:
VIVADO_VERSION
:
"
2017.1"
<<
:
*compose-definition
Jens Korinth
@jk
mentioned in commit
dcc6c418
·
Jan 25, 2018
mentioned in commit
dcc6c418
mentioned in commit dcc6c41810f14ca7a878a4b58fc8a6542d7f3535
Toggle commit list
Jens Korinth
@jk
mentioned in commit
17f0d672
·
Mar 05, 2018
mentioned in commit
17f0d672
mentioned in commit 17f0d67240ebf5d7e1d0be9162d272b04256c47d
Toggle commit list
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment