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
bc7c9676
Commit
bc7c9676
authored
Feb 08, 2018
by
Jens Korinth
Browse files
Fix typo
parent
02f83925
Pipeline
#246
passed with stage
in 4 minutes and 8 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
common/evaluate_ip.tcl.template
View file @
bc7c9676
...
...
@@ -59,7 +59,7 @@ foreach saif [glob -nocomplain *.saif] {
set period @@PERIOD@@
if {@@OPTIMIZATION@@ == 42} {
set result_file [open [file join [file dirname "@@REPORTS_TIMING@@"] "synthesis_results.tsv"] "w+"]
set result
s
_file [open [file join [file dirname "@@REPORTS_TIMING@@"] "synthesis_results.tsv"] "w+"]
puts $result_file "Target Period\tTarget F(MHz)\t\Opt\tWNS (ns)\tT (ns)\tF (ns)"
set runtimes_file [open [file join [file dirname "@@REPORTS_TIMING@@"] "synthesis_runtimes.tsv"] "w+"]
puts $runtimes_file "Target Period\tTarget F(Mhz)\tOpt\tPhase\tStart\t\End\tDuration (s)"
...
...
Jens Korinth
@jk
mentioned in commit
786777b1
·
Feb 23, 2018
mentioned in commit
786777b1
mentioned in commit 786777b12cd7d84cb7b8fba48a52dd5d8f322840
Toggle commit list
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