21.3.38 export_ibis_file

Description

This Tcl command exports the IBIS (Input/Output Buffer Information Specification) model report. The IBIS model report provides an industry-standard file format for recording parameters like driver output impedance, rise/fall time, and input loading, which may then be used by software applications such as Signal Integrity tools or IBIS simulators. The exported file has a *.ibs(name <root>.ibs) file name extension.

export_ibis_file -file {absolute or relative path and name of *.ibs file}

Arguments

ParameterTypeDescription
filestringSpecifies the absolute or relative path and name of IBIS file to export. If the file path is not specified, the file is created in <project_name>/designer/<design_name> directory.

Error Codes

Error CodeDescription
NoneParameter 'file' has illegal value.
NoneRequired parameter 'file' is missing.

Supported Families

Supported Families
PolarFire®
RTG4
SmartFusion® 2
IGLOO® 2

Example

The following command exports the IBIS (Input/Output Buffer Information Specification) model report.

export_ibis_file -file {E:/designs/export/sd1.ibs}