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
f31e734b
Commit
f31e734b
authored
Jun 07, 2017
by
Jens Korinth
Browse files
Increase memory requirements for ComposeTask
parent
7e0a9532
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main/scala/tapasco/task/ComposeTask.scala
View file @
f31e734b
...
...
@@ -126,11 +126,11 @@ class ComposeTask(composition: Composition,
val
cpus
=
debugMode
map
{
_
=>
0
}
getOrElse
1
val
memory
=
debugMode
map
{
_
=>
0
}
getOrElse
(
target
.
pd
.
name
match
{
case
"vc709"
=>
16
*
1024
*
1024
case
"zc706"
=>
1
2
*
1024
*
1024
case
"zedboard"
=>
1
0
*
1024
*
1024
case
"pynq"
=>
1
0
*
1024
*
1024
case
_
=>
16
*
1024
*
1024
case
"vc709"
=>
32
*
1024
*
1024
case
"zc706"
=>
2
8
*
1024
*
1024
case
"zedboard"
=>
2
0
*
1024
*
1024
case
"pynq"
=>
2
0
*
1024
*
1024
case
_
=>
32
*
1024
*
1024
})
val
licences
=
debugMode
map
{
_
=>
Map
[
String
,
Int
]()
}
getOrElse
Map
(
...
...
Jens Korinth
@jk
mentioned in commit
a831b501
·
Jul 14, 2017
mentioned in commit
a831b501
mentioned in commit a831b5015df6bd8f8d23ddd334a3b1159392de92
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