abc-master
|
#include <sclSize.h>
Data Fields | |
SC_Lib * | pLib |
Abc_Ntk_t * | pNtk |
int | nObjs |
Vec_Int_t * | vGatesBest |
Vec_Int_t * | vUpdates |
Vec_Int_t * | vUpdates2 |
SC_WireLoad * | pWLoadUsed |
Vec_Flt_t * | vWireCaps |
SC_Pair * | pLoads |
SC_Pair * | pDepts |
SC_Pair * | pTimes |
SC_Pair * | pSlews |
Vec_Flt_t * | vInDrive |
Vec_Flt_t * | vTimesOut |
Vec_Que_t * | vQue |
SC_Cell * | pPiDrive |
Vec_Flt_t * | vLoads2 |
Vec_Flt_t * | vLoads3 |
Vec_Flt_t * | vTimes2 |
Vec_Flt_t * | vTimes3 |
float | EstLoadMax |
float | EstLoadAve |
float | EstLinear |
int | nEstNodes |
Vec_Que_t * | vNodeByGain |
Vec_Flt_t * | vNode2Gain |
Vec_Int_t * | vNode2Gate |
Vec_Int_t * | vNodeIter |
Vec_Int_t * | vBestFans |
Vec_Wec_t * | vLevels |
Vec_Int_t * | vChanged |
int | nIncUpdates |
float | SumArea |
float | MaxDelay |
float | SumArea0 |
float | MaxDelay0 |
float | BestDelay |
float | ReportDelay |
abctime | timeTotal |
abctime | timeCone |
abctime | timeSize |
abctime | timeTime |
abctime | timeOther |
SC_WireLoad* SC_Man_::pWLoadUsed |