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
40c7cba6
Commit
40c7cba6
authored
Jan 25, 2018
by
Jens Korinth
Browse files
Fix potential hanging LogTrackingFileWatcher in EvaluateIP
parent
f31d740c
Pipeline
#190
failed with stages
in 66 minutes and 53 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
src/main/scala/tapasco/activity/EvaluateIP.scala
View file @
40c7cba6
...
...
@@ -137,12 +137,12 @@ object EvaluateIP {
logger
.
trace
(
"Vivado command: {}"
,
vivadoCmd
mkString
" "
)
cfg
.
verbose
foreach
{
_
=>
lt
.
closeAll
}
// execute Vivado (max runtime: 1d)
val
r
=
InterruptibleProcess
(
Process
(
vivadoCmd
,
files
.
baseDir
.
toFile
),
waitMillis
=
Some
(
24
*
60
*
60
*
1000
)).!(
io
)
cfg
.
verbose
foreach
{
_
=>
lt
.
closeAll
}
if
(
r
==
InterruptibleProcess
.
TIMEOUT_RETCODE
)
{
logger
.
error
(
"%s: Vivado timeout error"
.
format
(
runPrefix
))
}
else
{
...
...
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