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
5524d39a
Commit
5524d39a
authored
Jan 18, 2018
by
Jaco Hofmann
Browse files
Adapts import-template to new format
parent
c53313a0
Pipeline
#116
failed with stages
in 8 minutes and 14 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
5524d39a
...
...
@@ -69,31 +69,34 @@ hls-2017.1:
.import-template
:
&import-definition
stage
:
import
dependencies
:
-
sbt-prepare
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"
VIVADO_OFFSET
:
"
xilinx/vivado/Vivado/$VIVADO_VERSION/"
<<
:
*import-definition
import-2017.3
:
variables
:
VIVADO_VERSION
:
"
2017.3"
VIVADO_OFFSET
:
"
xilinx/vivado/Vivado/$VIVADO_VERSION/"
<<
:
*import-definition
import-2017.2
:
variables
:
VIVADO_VERSION
:
"
2017.2"
VIVADO_OFFSET
:
"
xilinx/vivado/Vivado/$VIVADO_VERSION/"
<<
:
*import-definition
import-2017.1
:
variables
:
VIVADO_VERSION
:
"
2017.1"
VIVADO_OFFSET
:
"
xilinx/vivado/Vivado/$VIVADO_VERSION/"
<<
:
*import-definition
.compose-template
:
&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
Supports
Markdown
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