Not all devices support SSN analysis. To determine whether SSN analysis is available for the device targeted by the design open in memory, enter the following Tcl command:
get_property SSN_REPORT [get_property PART [current_design]]
To return a list of devices that support SSN analysis for the device family targeted by the design open in memory, enter the following Tcl command:
get_parts -filter "FAMILY == [get_property FAMILY [get_property PART \ [current_design]]] && SSN_REPORT"