mirror of
https://github.com/YosysHQ/abc.git
synced 2026-09-08 11:53:16 +02:00
Version abc50905
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user