Home
last modified time | relevance | path

Searched refs:If_CutPinDelayMax (Results 1 – 2 of 2) sorted by relevance

/dports/cad/abc/abc-a4518e6f833885c905964f1233d11e5b941ec24c/src/map/if/
H A DifCount.h147 static inline word If_CutPinDelayMax( word D1, word D2, int nVars, int AddOn ) in If_CutPinDelayMax() function
218 pPinDels[k-1] = If_CutPinDelayMax( pPinDels[k], pPinDels[k-1], nSuppAll, 1 + fXor ); in If_LogCounterPinDelays()
235 pPinDels[i-1] = If_CutPinDelayMax( pPinDels[i], pPinDels[i-1], nSuppAll, 1 + fXor ); in If_LogPinDelaysMulti()
H A DifDsd.c2150 Res0 = If_CutPinDelayMax( pFaninRes[0], pFaninRes[1], nSuppAll, 1 ); in If_CutDsdBalancePinDelays_rec()
2151 Res1 = If_CutPinDelayMax( pFaninRes[0], pFaninRes[2], nSuppAll, 1 ); in If_CutDsdBalancePinDelays_rec()
2152 *pRes = If_CutPinDelayMax( Res0, Res1, nSuppAll, 1 ); in If_CutDsdBalancePinDelays_rec()