Get_datasheet, Usage, Options – Altera Quartus II Scripting User Manual

Page 525: Description, Get_datasheet –395

Advertising
background image

Chapter 3: Tcl Packages & Commands

3–395

sta

© July 2013

Altera Corporation

Quartus II Scripting Reference Manual

get_datasheet

Usage

get_datasheet

Options

None

Description

This function returns a tcl collection which contains the datasheet report. Its format is as follows:

{
{ tsu
{ <tsu rise time>
<tsu fall time>
<input port>
<clock port>
<clock edge>
<clock reference>
}
}

{ th
{ <th rise time>
<th fall time>
<input port>
<clock port>
<clock edge>
<clock reference>
}
}

{ tco
{ <tco rise time>
<tco fall time>
<output port>
<clock port>
<clock edge>
<clock reference>
}
}

{ mintco
{ <mintco rise time>
<mintco fall time>
<output port>
<clock port>
<clock edge>
<clock reference>
}
}

{ tpd
{ <tpd rise-rise time>
<tpd rise-fall time>
<tpd fall-rise time>
<tpd fall-fall time>
<input port>
<output port>
}
}

{ mintpd
{ <mintpd rise-rise time>

Advertising