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
3a444c26
Commit
3a444c26
authored
Jan 19, 2018
by
Jaco Hofmann
Browse files
Adds check for cache success
parent
cd75f301
Pipeline
#129
failed with stages
in 8 minutes and 7 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
3a444c26
...
...
@@ -44,7 +44,11 @@ sbt-prepare:
script
:
-
source /opt/cad/$VIVADO_OFFSET/settings64.sh
-
vivado -version
-
sbt assembly
-
|
if [ ! - d ".ivy2" ]; then
echo "Cache not available"
sbt assembly
fi
-
tapasco hls arraysum, arrayupdate
hls-2017.4
:
...
...
@@ -81,7 +85,11 @@ hls-2017.1:
policy
:
pull
script
:
-
source /opt/cad/$VIVADO_OFFSET/settings64.sh
-
sbt assembly
-
|
if [ ! - d ".ivy2" ]; then
echo "Cache not available"
sbt assembly
fi
-
cd $TAPASCO_HOME/common/ip && zip -r precision_counter.zip precision_counter*
-
tapasco import $TAPASCO_HOME/common/ip/precision_counter.zip as
14
...
...
@@ -117,7 +125,11 @@ import-2017.1:
policy
:
pull
script
:
-
source /opt/cad/$VIVADO_OFFSET/settings64.sh
-
sbt assembly
-
|
if [ ! - d ".ivy2" ]; then
echo "Cache not available"
sbt assembly
fi
-
tapasco -v compose [arraysum x 1, arrayupdate x 1] @ 100 MHz
compose-2017.4
:
...
...
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