21.15.1 ssn_analyzer_noise_report

Description

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

ssn_analyzer_noise_report -style {file format} \
                          -filename {full path to the 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.
filenamestringSpecifies the full path to filename for the report.
Return TypeDescription
NoneNone

Error Codes

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

Supported Families

Supported Families
PolarFire®
RTG4
SmartFusion® 2
IGLOO® 2

Example

The following example generates a noise report in text format and saves it in {./report}.

ssn_analyzer_noise_report -style {Text} -filename {./report}