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
76275656
Commit
76275656
authored
Feb 23, 2018
by
Jens Korinth
Browse files
Bugfix in O3
parent
786777b1
Pipeline
#307
passed with stage
in 2 minutes and 58 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
common/evaluate_ip.tcl.template
View file @
76275656
...
...
@@ -119,7 +119,7 @@ for {} {$period <= $target_period} {set period [expr $period + 0.25]} {
set opt_directive "RuntimeOptimized"
if {$opt >= 1} { set opt_directive "Default" }
if {$opt >= 2} { set opt_directive "Explore" }
if {$opt >= 3} { set opt_directive "Ex
traTimingOpt
" }
if {$opt >= 3} { set opt_directive "Ex
ploreWithRemap
" }
puts "running opt_design -directive $opt_directive ..."
opt_design -directive $opt_directive
set opt_design_finish [clock seconds]
...
...
@@ -127,6 +127,7 @@ for {} {$period <= $target_period} {set period [expr $period + 0.25]} {
set place_directive "RuntimeOptimized"
if {$opt >= 1} { set place_directive "Default" }
if {$opt >= 2} { set place_directive "Explore" }
if {$opt >= 3} { set place_directive "ExtraTimingOpt" }
puts "running place_design -directive $place_directive ..."
place_design -directive $place_directive
set place_design_finish [clock seconds]
...
...
Jens Korinth
@jk
mentioned in commit
17f0d672
·
Mar 05, 2018
mentioned in commit
17f0d672
mentioned in commit 17f0d67240ebf5d7e1d0be9162d272b04256c47d
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