#include "timInt.h"
Go to the source code of this file.
Functions | |
| ABC_NAMESPACE_IMPL_START void | Tim_ManCreateBox (Tim_Man_t *p, int firstIn, int nIns, int firstOut, int nOuts, int iDelayTable, int fBlack) |
| DECLARATIONS ///. | |
| int | Tim_ManBoxForCi (Tim_Man_t *p, int iCi) |
| int | Tim_ManBoxForCo (Tim_Man_t *p, int iCo) |
| int | Tim_ManBoxInputFirst (Tim_Man_t *p, int iBox) |
| int | Tim_ManBoxInputLast (Tim_Man_t *p, int iBox) |
| int | Tim_ManBoxOutputFirst (Tim_Man_t *p, int iBox) |
| int | Tim_ManBoxOutputLast (Tim_Man_t *p, int iBox) |
| int | Tim_ManBoxInputNum (Tim_Man_t *p, int iBox) |
| int | Tim_ManBoxOutputNum (Tim_Man_t *p, int iBox) |
| int | Tim_ManBoxDelayTableId (Tim_Man_t *p, int iBox) |
| float * | Tim_ManBoxDelayTable (Tim_Man_t *p, int iBox) |
| int | Tim_ManBoxIsBlack (Tim_Man_t *p, int iBox) |
| int | Tim_ManBoxCopy (Tim_Man_t *p, int iBox) |
| void | Tim_ManBoxSetCopy (Tim_Man_t *p, int iBox, int iCopy) |
| int | Tim_ManBoxFindFromCiNum (Tim_Man_t *p, int iCiNum) |
| int Tim_ManBoxCopy | ( | Tim_Man_t * | p, |
| int | iBox ) |
| float * Tim_ManBoxDelayTable | ( | Tim_Man_t * | p, |
| int | iBox ) |
Function*************************************************************
Synopsis [Return the delay table.]
Description []
SideEffects []
SeeAlso []
Definition at line 235 of file timBox.c.

| int Tim_ManBoxDelayTableId | ( | Tim_Man_t * | p, |
| int | iBox ) |
| int Tim_ManBoxFindFromCiNum | ( | Tim_Man_t * | p, |
| int | iCiNum ) |
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 307 of file timBox.c.


| int Tim_ManBoxForCi | ( | Tim_Man_t * | p, |
| int | iCi ) |
| int Tim_ManBoxForCo | ( | Tim_Man_t * | p, |
| int | iCo ) |
| int Tim_ManBoxInputFirst | ( | Tim_Man_t * | p, |
| int | iBox ) |
| int Tim_ManBoxInputLast | ( | Tim_Man_t * | p, |
| int | iBox ) |
| int Tim_ManBoxInputNum | ( | Tim_Man_t * | p, |
| int | iBox ) |
| int Tim_ManBoxIsBlack | ( | Tim_Man_t * | p, |
| int | iBox ) |
| int Tim_ManBoxOutputFirst | ( | Tim_Man_t * | p, |
| int | iBox ) |
| int Tim_ManBoxOutputLast | ( | Tim_Man_t * | p, |
| int | iBox ) |
Function*************************************************************
Synopsis [Returns the last output of the box.]
Description []
SideEffects []
SeeAlso []
Definition at line 171 of file timBox.c.


| int Tim_ManBoxOutputNum | ( | Tim_Man_t * | p, |
| int | iBox ) |
| void Tim_ManBoxSetCopy | ( | Tim_Man_t * | p, |
| int | iBox, | ||
| int | iCopy ) |
| ABC_NAMESPACE_IMPL_START void Tim_ManCreateBox | ( | Tim_Man_t * | p, |
| int | firstIn, | ||
| int | nIns, | ||
| int | firstOut, | ||
| int | nOuts, | ||
| int | iDelayTable, | ||
| int | fBlack ) |
DECLARATIONS ///.
ITERATORS ///.
CFile****************************************************************
FileName [timBox.c]
SystemName [ABC: Logic synthesis and verification system.]
PackageName [Hierarchy/timing manager.]
Synopsis [Manipulation of timing boxes.]
Author [Alan Mishchenko]
Affiliation [UC Berkeley]
Date [Ver. 1.0. Started - April 28, 2007.]
Revision [
] FUNCTION DEFINITIONS /// Function*************************************************************
Synopsis [Creates the new timing box.]
Description []
SideEffects []
SeeAlso []
Definition at line 44 of file timBox.c.

