Home
last modified time | relevance | path

Searched refs:fall_cap (Results 1 – 5 of 5) sorted by relevance

/dports/cad/abc/abc-a4518e6f833885c905964f1233d11e5b941ec24c/src/map/scl/
H A DsclLoad.c128 pLoad->fall += pPin->fall_cap; in Abc_SclComputeLoad()
211 pLoad->fall += pPinNew->fall_cap - pPinOld->fall_cap; in Abc_SclUpdateLoad()
225 pLoad->fall -= pPin->fall_cap; in Abc_SclUpdateLoadSplit()
229 pLoad->fall += pPin->fall_cap; in Abc_SclUpdateLoadSplit()
H A DsclLibScl.c118 pPin->fall_cap = 0; in Abc_SclReadLibraryGenlib()
121 pPin->fall_capI = Scl_Flt2Int(pPin->fall_cap); in Abc_SclReadLibraryGenlib()
318 pPin->fall_cap = Vec_StrGetF(vOut, pPos); in Abc_SclReadLibrary()
321 pPin->fall_capI = Scl_Flt2Int(pPin->fall_cap); in Abc_SclReadLibrary()
565 Vec_StrPutF( vOut, pPin->fall_cap ); in Abc_SclWriteLibrary()
767 fprintf( s, " fall_capacitance : %f;\n", pPin->fall_cap ); in Abc_SclWriteLibraryText()
H A DsclLib.h182 float fall_cap; // } member
257 … * p, int i ) { return 0.5 * SC_CellPin(p, i)->rise_cap + 0.5 * SC_CellPin(p, i)->fall_cap; } in SC_CellPinCap()
H A DsclSize.c829 …C_CellPin(Abc_SclObjCell(pObj), 0)->rise_cap + 0.5 * SC_CellPin(Abc_SclObjCell(pObj), 0)->fall_cap; in Abc_SclCountNonBufferLoadInt()
H A DsclLibUtil.c771 pPin->fall_cap *= Load; in Abc_SclLibNormalize()