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
59c3499a
Commit
59c3499a
authored
May 16, 2019
by
Lukas Sommer
Browse files
Provide additional needle "REPORT_PORT" to evaluate_ip.tcl;
parent
62596420
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main/scala/tapasco/activity/EvaluateIP.scala
View file @
59c3499a
...
...
@@ -67,6 +67,7 @@ object EvaluateIP {
lazy
val
rpt_timing
=
reportFile
.
resolveSibling
(
"timing.rpt"
)
lazy
val
rpt_util
=
reportFile
.
resolveSibling
(
"utilization.rpt"
)
lazy
val
rpt_power
=
reportFile
.
resolveSibling
(
"power.rpt"
)
lazy
val
rpt_port
=
reportFile
.
resolveSibling
(
"port.rpt"
)
lazy
val
s_dcp
=
reportFile
.
resolveSibling
(
"out-of-context_synth.dcp"
)
lazy
val
i_dcp
=
reportFile
.
resolveSibling
(
"out-of-context_impl.dcp"
)
lazy
val
zip
=
zipFile
...
...
@@ -155,6 +156,7 @@ object EvaluateIP {
"REPORT_TIMING"
->
files
.
rpt_timing
.
toString
,
"REPORT_UTILIZATION"
->
files
.
rpt_util
.
toString
,
"REPORT_POWER"
->
files
.
rpt_power
.
toString
,
"REPORT_PORT"
->
files
.
rpt_port
.
toString
,
"SYNTH_CHECKPOINT"
->
files
.
s_dcp
.
toString
,
"IMPL_CHECKPOINT"
->
files
.
i_dcp
.
toString
,
"OPTIMIZATION"
->
optimization
.
toString
,
...
...
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