Skip to content

Commit

Permalink
scripts:adi_project: Use default strategies for synth and impl
Browse files Browse the repository at this point in the history
To reduce compilation time use default stratagies for synthesis and
implementation. If a project will require custom strategies, enable it
just for that particular project.

This modification will affect both Intel and Xilinx projects.
  • Loading branch information
Istvan Csomortani authored and Csomi committed Apr 11, 2018
1 parent 8234ba1 commit 0026617
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
3 changes: 0 additions & 3 deletions projects/scripts/adi_project.tcl
Expand Up @@ -142,9 +142,6 @@ proc adi_project_files {project_name project_files} {
proc adi_project_run {project_name} {
global ADI_POWER_OPTIMIZATION

set_property strategy Flow_PerfOptimized_high [get_runs synth_1]
set_property strategy Performance_ExtraTimingOpt [get_runs impl_1]

launch_runs synth_1
wait_on_run synth_1
open_run synth_1
Expand Down
1 change: 0 additions & 1 deletion projects/scripts/adi_project_alt.tcl
Expand Up @@ -139,7 +139,6 @@ proc adi_project_altera {project_name} {

# globals

set_global_assignment -name OPTIMIZATION_MODE "AGGRESSIVE PERFORMANCE"
set_global_assignment -name SYNCHRONIZER_IDENTIFICATION AUTO
set_global_assignment -name ENABLE_ADVANCED_IO_TIMING ON
set_global_assignment -name USE_TIMEQUEST_TIMING_ANALYZER ON
Expand Down

0 comments on commit 0026617

Please sign in to comment.