Home
last modified time | relevance | path

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

/dports/cad/abc/abc-a4518e6f833885c905964f1233d11e5b941ec24c/src/opt/sfm/
H A DsfmArea.c336 int i, fNeedInv, nCells, Gain, GainAll = 0, Count = 0, CountInv = 0; in Abc_NtkChangePerform() local
356 CountInv += Abc_NodeIsInv(pObj); in Abc_NtkChangePerform()
369 …area = %6.2f after %d changes (including %d inverters). ", Scl_Int2Flt(GainAll), Count, CountInv ); in Abc_NtkChangePerform()
/dports/cad/abc/abc-a4518e6f833885c905964f1233d11e5b941ec24c/src/base/abci/
H A DabcPrint.c1329 int CountConst, CountBuf, CountInv, CountAnd, CountOr, CountOther, CounterTotal, TotalDiff = 0; in Abc_NtkPrintGates() local
1410 CountConst = CountBuf = CountInv = CountAnd = CountOr = CountOther = CounterTotal = 0; in Abc_NtkPrintGates()
1424 CountInv++; in Abc_NtkPrintGates()
1437 … printf( "Inverter = %8d %6.2f %%\n", CountInv , 100.0 * CountInv / CounterTotal ); in Abc_NtkPrintGates()