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
Value Returned
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