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
1c136d11
Commit
1c136d11
authored
Feb 27, 2018
by
Jens Korinth
Browse files
Fix bug in O0 of evaluate
parent
8dc75212
Pipeline
#314
passed with stage
in 3 minutes and 31 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
common/evaluate_ip.tcl.template
View file @
1c136d11
...
@@ -134,7 +134,7 @@ for {} {$period <= $target_period} {set period [expr $period + 0.25]} {
...
@@ -134,7 +134,7 @@ for {} {$period <= $target_period} {set period [expr $period + 0.25]} {
place_design -directive $place_directive
place_design -directive $place_directive
set place_design_finish [clock seconds]
set place_design_finish [clock seconds]
set physopt1_directive "
RuntimeOptimized
"
set physopt1_directive "
Default
"
if {$opt >= 1} { set physopt1_directive "Explore" }
if {$opt >= 1} { set physopt1_directive "Explore" }
if {$opt >= 2} { set physopt1_directive "AggressiveExplore" }
if {$opt >= 2} { set physopt1_directive "AggressiveExplore" }
if {$opt >= 3} { set physopt1_directive "AlternateFlowWithRetiming" }
if {$opt >= 3} { set physopt1_directive "AlternateFlowWithRetiming" }
...
...
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