You can list the synthesis and implementation strategies for a
particular part using the list_property_value
command in an open Vivado project. Ensure the
project is targeted at the part intended, and then use the following commands to
determine the synthesis or implementation strategies applicable to the part.
Vivado% join [list_property_value strategy [get_runs synth_1]] \n
Vivado% join [list_property_value strategy [get_runs impl_1]] \n
The list of strategies also includes user-defined strategies.