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
| Family | Die | Package | 
|---|
| SmartFusion® 2 | M2S150|T|TS | 1152 FC | 
| M2S090|T|TS | 676 FBGA | 
| M2S060|T|TS | 676 FBGA | 
| M2S050|T|TS|T_ES | 896 FBGA | 
| M2S025|T|TS | 484 FBGA | 
| M2S025|T|TS | 400 VF | 
| M2S010|T|TS | 484 FBGA | 
| IGLOO® 2 | M2GL150|T|TS | 1152 FC | 
| M2GL090|T|TS | 676 FBGA | 
| M2GL060|T|TS | 676 FBGA | 
| M2GL050|T|TS | 896 FBGA | 
| M2GL025|T|TS | 484 FBGA | 
| M2GL025|T|TS | 400 VF | 
| M2GL010|T|TS | 484 FBGA | 
Not Supported Die/Package
| Family | Die | Package | 
|---|
| RTG4™ | RT4G150|L | 1657 FCG | 
| PolarFire® | MPF200TS | FCS325 | 
| MPF300TS | FC484/FCS536/FCV484 | 
| MPF300XT | FCG484 | 
| MPF500TS | FC1152/FC784 | 
| RTPF500T|TL|TS|TLS | CG1509 | 
Important: 1 ns pulse width is only supported for MPF300XT/FCG1152.
Arguments
| Parameter | Type | Description | 
|---|
| style | string | Specifies the file format for the report. Valid values are text, csv, and xml. | 
| file | string | Specifies the filename for the report. | 
| Return Type | Description | 
|---|
| None | None | 
Error Codes
| Error Code | Description | 
|---|
| None | Required parameter 'filename' is missing. | 
| None | Parameter '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}