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
3cb861b2
Commit
3cb861b2
authored
Jan 21, 2018
by
Jaco Hofmann
Browse files
Limit threads to 1 to remove oom errors
parent
c02630a5
Pipeline
#147
failed with stages
in 91 minutes and 5 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
3cb861b2
...
...
@@ -54,7 +54,7 @@ sbt-prepare:
echo "Cache not available"
sbt assembly
fi
-
tapasco hls arraysum, arrayinit
-
tapasco
--maxThreads 1
hls arraysum, arrayinit
hls-2017.4
:
variables
:
...
...
@@ -96,7 +96,7 @@ hls-2017.1:
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
-
tapasco
-v --maxThreads 1
import $TAPASCO_HOME/common/ip/precision_counter.zip as
14
import-2017.4
:
variables
:
...
...
@@ -135,7 +135,7 @@ import-2017.1:
echo "Cache not available"
sbt assembly
fi
-
tapasco -
v
compose [arraysum x 1, arrayupdate x 1] @ 100 MHz
-
tapasco -
-maxThreads 1
compose [arraysum x 1, arrayupdate x 1] @ 100 MHz
compose-2017.4
:
dependencies
:
...
...
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