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
960218a1
Commit
960218a1
authored
Nov 20, 2018
by
Jaco Hofmann
Browse files
Changes the defaults for synthesis and implementation to Vivado's defaults
parent
4705f31e
Pipeline
#689
failed with stage
in 8 minutes and 27 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
platform/common/platform.tcl
View file @
960218a1
...
...
@@ -174,8 +174,6 @@ namespace eval platform {
generate_target all
[
get_files system.bd
]
set synth_run
[
get_runs synth_1
]
set_property -dict
[
list
\
strategy Flow_PerfOptimized_high
\
STEPS.SYNTH_DESIGN.ARGS.DIRECTIVE AlternateRoutability
\
STEPS.SYNTH_DESIGN.ARGS.RETIMING true
\
]
$synth_run
current_run $synth_run
...
...
@@ -189,7 +187,6 @@ namespace eval platform {
set impl_run
[
get_runs impl_1
]
set_property -dict
[
list
\
STEPS.ROUTE_DESIGN.ARGS.DIRECTIVE Explore
\
STEPS.PHYS_OPT_DESIGN.IS_ENABLED true
\
]
$impl_run
current_run $impl_run
...
...
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