Version abc50905

This commit is contained in:
Alan Mishchenko
2005-09-05 08:01:00 -07:00
parent 33012d9530
commit 1260d20cc0
84 changed files with 172612 additions and 1899 deletions
+1 -1
View File
@@ -542,7 +542,7 @@ float Map_MappingGetArea( Map_Man_t * pMan, Map_NodeVec_t * vMapping )
(pNode->pCutBest[1] == NULL && pNode->nRefAct[1] > 0) )
Area += pMan->pSuperLib->AreaInv;
}
// add buffer for each CO driven by a CI
// add buffers for each CO driven by a CI
for ( i = 0; i < pMan->nOutputs; i++ )
if ( Map_NodeIsVar(pMan->pOutputs[i]) && !Map_IsComplement(pMan->pOutputs[i]) )
Area += pMan->pSuperLib->AreaBuf;