adi_project.tcl : Modify implementation strategy
- Change implementation strategy to Performance Explore. At some projects, this could prevent timing issues, it not increase the overall implementation time in a dramatic way.main
parent
4116247fc0
commit
5b0e37b97a
|
@ -88,6 +88,7 @@ proc adi_project_run {project_name} {
|
|||
|
||||
set_property STEPS.PHYS_OPT_DESIGN.IS_ENABLED true [get_runs impl_1]
|
||||
set_property STEPS.PHYS_OPT_DESIGN.ARGS.DIRECTIVE Explore [get_runs impl_1]
|
||||
set_property STRATEGY "Performance_Explore" [get_runs impl_1]
|
||||
|
||||
launch_runs impl_1 -to_step write_bitstream
|
||||
wait_on_run impl_1
|
||||
|
|
Loading…
Reference in New Issue