Skip to content

Commit

Permalink
hw: set impl strategy to 'Performance_Explore' for timing closure
Browse files Browse the repository at this point in the history
  • Loading branch information
Andreas Oeldemann committed Feb 3, 2020
1 parent aba45a9 commit 1b4d464
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions hardware/tcl/fluent10g_impl.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ set proj_dir ./project
# open project
open_project ./${proj_dir}/${design}.xpr

# set strategy to 'Performance_Explore'
set_property strategy Performance_Explore [get_runs impl_1]

# run implementation and generate bitstream
launch_runs impl_1 -to_step write_bitstream
wait_on_run impl_1
Expand Down

0 comments on commit 1b4d464

Please sign in to comment.