Determining SSN Analysis Support - 2020.2 English

Vivado Design Suite User Guide: I/O and Clock Planning (UG899)

Document ID
UG899
Release Date
2021-03-09
Version
2020.2 English

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"