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
86e05c0a
Commit
86e05c0a
authored
Dec 29, 2017
by
Jens Korinth
Browse files
VivadoComposer: Change logfile name to new schema
parent
d2492940
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main/scala/tapasco/activity/composers/VivadoComposer.scala
View file @
86e05c0a
...
...
@@ -213,7 +213,7 @@ object VivadoComposer {
private
final
case
class
Files
(
c
:
Composition
,
t
:
Target
,
f
:
Heuristics.Frequency
,
fs
:
Seq
[
Feature
])
(
implicit
cfg
:
Configuration
)
{
lazy
val
outdir
:
Path
=
cfg
.
outputDir
(
c
,
t
,
f
,
fs
)
lazy
val
logFile
:
Path
=
outdir
.
resolve
(
"%s.log"
.
format
(
c
.
id
))
lazy
val
logFile
:
Path
=
outdir
.
resolve
(
"%s.log"
.
format
(
Composer
.
mkProjectName
(
c
,
t
,
f
)
))
lazy
val
tclFile
:
Path
=
outdir
.
resolve
(
"%s.tcl"
.
format
(
t
.
pd
.
name
))
lazy
val
bitFile
:
Path
=
logFile
.
resolveSibling
(
"%s.bit"
.
format
(
Composer
.
mkProjectName
(
c
,
t
,
f
)))
lazy
val
runName
:
String
=
"%s with %s[F=%1.3f]"
.
format
(
logformat
(
c
),
t
,
f
)
...
...
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