Product Documentation
Virtuoso Layout Suite SKILL Reference
Product Version IC23.1, November 2023

leDesignSummary

leDesignSummary( 
d_cellViewId 
t_fileName 
g_append 
[ w_windowId ] 
[ basicSummary ]
[ netStats ]
[ connectivityStats ]
[ routingStats ]
) 
=> t / nil

Description

Stores or outputs leHiSummary results to an external specified file.

Arguments

d_cellViewId

Any cellview id. If not specified, the current cellview id is used.

t_fileName

Name of the output file.

g_append

Appends to existing file if t, overwrites output file if nil.
Valid Values: t or nil

w_windowId

Window ID of the window specified. If w_windowId is specified, the display levels (Start Level and Stop Level) are printed to the specified file. If w_windowId is not specified, the display levels are not printed to the file.

basicSummary

Prints the summary information to the specified file.
Valid Values: t or nil

netStats

Prints the nets statistics information to the specified file.
Valid Values: t or nil

connectivityStats

Prints the connectivity statistics information to the specified file.
Valid Values: t or nil

routingStats

Prints the routing statistics information to the specified file.
Valid Values: t or nil

Value Returned

t

The command executed successfully.

nil

The command did not execute successfully.

Examples

Appends the cellview summary to filename file:

leDesignSummary(cellViewId “fileName” t)

Overwrites the cellview summary to filename file:

leDesignSummary(cellViewId “fileName” nil)

Appends the cellview summary from the specified window to filename file:

leDesignSummary(cellViewId “fileName” t w_windowId)

Overwrites the cellview summary from the specified window to filename file.:

leDesignSummary(cellViewId “fileName” nil w_windowId)

Appends the cellview summary, basic summary, net statistics, connectivity statistics, and routing statistics from the specified window to filename file:

leDesignSummary(cellViewId “fileName” t w_windowId t t t t)


Return to top
 ⠀
X