|
abc-master
|
#include "sclSize.h"Go to the source code of this file.
Functions | |
| ABC_NAMESPACE_IMPL_START Vec_Flt_t * | Abc_SclFindWireCaps (SC_WireLoad *pWL, int nFanoutMax) |
| DECLARATIONS ///. More... | |
| float | Abc_SclFindWireLoad (Vec_Flt_t *vWireCaps, int nFans) |
| void | Abc_SclAddWireLoad (SC_Man *p, Abc_Obj_t *pObj, int fSubtr) |
| void | Abc_SclComputeLoad (SC_Man *p) |
| void | Abc_SclUpdateLoad (SC_Man *p, Abc_Obj_t *pObj, SC_Cell *pOld, SC_Cell *pNew) |
| void | Abc_SclUpdateLoadSplit (SC_Man *p, Abc_Obj_t *pBuffer, Abc_Obj_t *pFanout) |
Definition at line 100 of file sclLoad.c.
| void Abc_SclComputeLoad | ( | SC_Man * | p | ) |
Definition at line 106 of file sclLoad.c.
| ABC_NAMESPACE_IMPL_START Vec_Flt_t* Abc_SclFindWireCaps | ( | SC_WireLoad * | pWL, |
| int | nFanoutMax | ||
| ) |
DECLARATIONS ///.
CFile****************************************************************
FileName [sclLoad.c]
SystemName [ABC: Logic synthesis and verification system.]
PackageName [Standard-cell library representation.]
Synopsis [Wire/gate load computations.]
Author [Alan Mishchenko, Niklas Een]
Affiliation [UC Berkeley]
Date [Ver. 1.0. Started - August 24, 2012.]
Revision [
]FUNCTION DEFINITIONS /// Function*************************************************************
Synopsis [Returns estimated wire capacitances for each fanout count.]
Description []
SideEffects []`
SeeAlso []
Definition at line 45 of file sclLoad.c.
| float Abc_SclFindWireLoad | ( | Vec_Flt_t * | vWireCaps, |
| int | nFans | ||
| ) |
Function*************************************************************
Synopsis [Updates load of the node's fanins.]
Description []
SideEffects []
SeeAlso []
Definition at line 212 of file sclLoad.c.