
Go to the source code of this file.
Function*************************************************************
Synopsis [Aligns two sets of boxes using the copy field.]
Description []
SideEffects []
SeeAlso []
Definition at line 347 of file timMan.c.


| void Tim_ManBlackBoxIoNum | ( | Tim_Man_t * | p, |
| int * | pnBbIns, | ||
| int * | pnBbOuts ) |
| int Tim_ManBlackBoxNum | ( | Tim_Man_t * | p | ) |
| int Tim_ManBoxNum | ( | Tim_Man_t * | p | ) |
| int Tim_ManCiNum | ( | Tim_Man_t * | p | ) |
| int Tim_ManCoNum | ( | Tim_Man_t * | p | ) |
Function*************************************************************
Synopsis [Creates manager using hierarchy / box library / delay info.]
Description []
SideEffects []
SeeAlso []
Definition at line 406 of file timMan.c.


| int Tim_ManDelayTableNum | ( | Tim_Man_t * | p | ) |
Function*************************************************************
Synopsis [Duplicates the timing manager.]
Description []
SideEffects []
SeeAlso []
Definition at line 86 of file timMan.c.


| float * Tim_ManGetArrTimes | ( | Tim_Man_t * | p | ) |
Function*************************************************************
Synopsis [Get arrival and required times if they are non-trivial.]
Description []
SideEffects []
SeeAlso []
Definition at line 482 of file timMan.c.


| float * Tim_ManGetReqTimes | ( | Tim_Man_t * | p | ) |
| int Tim_ManPiNum | ( | Tim_Man_t * | p | ) |
| int Tim_ManPoNum | ( | Tim_Man_t * | p | ) |
Definition at line 714 of file timMan.c.


| void Tim_ManPrint | ( | Tim_Man_t * | p | ) |
Function*************************************************************
Synopsis [Prints the timing manager.]
Description []
SideEffects []
SeeAlso []
Definition at line 526 of file timMan.c.


| void Tim_ManPrintBoxCopy | ( | Tim_Man_t * | p | ) |
| void Tim_ManPrintStats | ( | Tim_Man_t * | p, |
| int | nAnd2Delay ) |
Function*************************************************************
Synopsis [Prints statistics of the timing manager.]
Description []
SideEffects []
SeeAlso []
Definition at line 646 of file timMan.c.

Function*************************************************************
Synopsis [Reduces the timing manager.]
Description []
SideEffects []
SeeAlso []
Definition at line 254 of file timMan.c.


| ABC_NAMESPACE_IMPL_START Tim_Man_t * Tim_ManStart | ( | int | nCis, |
| int | nCos ) |
DECLARATIONS ///.
CFile****************************************************************
FileName [timMan.c]
SystemName [ABC: Logic synthesis and verification system.]
PackageName [Hierarchy/timing manager.]
Synopsis [Manipulation of manager data-structure.]
Author [Alan Mishchenko]
Affiliation [UC Berkeley]
Date [Ver. 1.0. Started - April 28, 2007.]
Revision [
] FUNCTION DEFINITIONS /// Function*************************************************************
Synopsis [Starts the timing manager.]
Description []
SideEffects []
SeeAlso []
Definition at line 45 of file timMan.c.


| void Tim_ManStop | ( | Tim_Man_t * | p | ) |
Function*************************************************************
Synopsis [Stops the timing manager.]
Description []
SideEffects []
SeeAlso []
Definition at line 378 of file timMan.c.


| void Tim_ManStopP | ( | Tim_Man_t ** | p | ) |
| void Tim_ManTravIdDisable | ( | Tim_Man_t * | p | ) |
| void Tim_ManTravIdEnable | ( | Tim_Man_t * | p | ) |
Function*************************************************************
Synopsis [Trims the timing manager.]
Description []
SideEffects []
SeeAlso []
Definition at line 166 of file timMan.c.

