21.15.6 ssn_analyzer_summary_report

Description

This Tcl command is specific to the Simultaneous Switching Noise (SSN) Analyzer. It instructs the SSN Analyzer to generate a SSN Analyzer summary report of all the used I/Os in the design.

ssn_analyzer_summary_report -style {file format} \
                            -file {filename}

Supported Die/Package

FamilyDiePackage
SmartFusion® 2M2S150|T|TS1152 FC
M2S090|T|TS676 FBGA
M2S060|T|TS676 FBGA
M2S050|T|TS|T_ES896 FBGA
M2S025|T|TS484 FBGA
M2S025|T|TS400 VF
M2S010|T|TS484 FBGA
IGLOO® 2M2GL150|T|TS1152 FC
M2GL090|T|TS676 FBGA
M2GL060|T|TS676 FBGA
M2GL050|T|TS896 FBGA
M2GL025|T|TS484 FBGA
M2GL025|T|TS400 VF
M2GL010|T|TS484 FBGA

Not Supported Die/Package

FamilyDiePackage
RTG4RT4G150|L1657 FCG
PolarFire®MPF200TSFCS325
MPF300TSFC484/FCS536/FCV484
MPF300XTFCG484
MPF500TSFC1152/FC784
RTPF500T|TL|TS|TLSCG1509
Important: 1 ns pulse width is only supported for MPF300XT/FCG1152.

Arguments

ParameterTypeDescription
stylestringSpecifies the file format for the report. Valid values are text, csv, and xml.
filestringSpecifies the filename for the report.
Return TypeDescription
NoneNone

Error Codes

Error CodeDescription
NoneRequired parameter 'filename' is missing.
NoneParameter 'param_name' is not defined. Valid command formatting is 'summary_report [-Style "Text | CSV | XML"] -filename "filename"'.

Supported Families

Supported Families
PolarFire®
RTG4
SmartFusion® 2
IGLOO® 2

Example

The following example generates a summary report in XML format and saves it in the summary_report.xml file in the current directory:

ssn_analyzer_summary_report -style {xml} \
                            -filename {./summary_report}