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
f873c47b
Commit
f873c47b
authored
Jan 25, 2018
by
Jens Korinth
Browse files
Closes
#137
for HLS
parent
88259aa0
Pipeline
#186
failed with stages
in 69 minutes and 55 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/main/scala/tapasco/activity/hls/VivadoHighLevelSynthesis.scala
View file @
f873c47b
...
@@ -68,6 +68,7 @@ private object VivadoHighLevelSynthesis extends HighLevelSynthesizer {
...
@@ -68,6 +68,7 @@ private object VivadoHighLevelSynthesis extends HighLevelSynthesizer {
),
script
.
getParent
.
toFile
),
waitMillis
=
Some
(
24
*
60
*
60
*
1000
))
),
script
.
getParent
.
toFile
),
waitMillis
=
Some
(
24
*
60
*
60
*
1000
))
.!(
ProcessLogger
(
line
=>
logger
.
trace
(
"Vivado HLS: {}"
,
line
),
.!(
ProcessLogger
(
line
=>
logger
.
trace
(
"Vivado HLS: {}"
,
line
),
line
=>
logger
.
trace
(
"Vivado HLS ERR: {}"
,
line
)))
line
=>
logger
.
trace
(
"Vivado HLS ERR: {}"
,
line
)))
lt
.
closeAll
logger
.
debug
(
"Vivado HLS finished with exit code %d"
.
format
(
vivadoRet
))
logger
.
debug
(
"Vivado HLS finished with exit code %d"
.
format
(
vivadoRet
))
vivadoRet
match
{
vivadoRet
match
{
case
0
=>
case
0
=>
...
...
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