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
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. |
filename | string | Specifies the full path to filename for the report. |
Return Type | Description |
---|
None | None |
Error Codes
Error Code | Description |
---|
None | Parameter 'filename' has illegal value. |
None | Required parameter 'filename' is missing. |
None | Parameter '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}