Other changes to enable new features in the mapper (bug fix).

This commit is contained in:
Alan Mishchenko 2011-07-11 10:10:46 +07:00
parent 204fac4dca
commit 3a6c8f1c42
1 changed files with 1 additions and 1 deletions

View File

@ -305,7 +305,7 @@ void If_ObjPerformMappingChoice( If_Man_t * p, If_Obj_t * pObj, int Mode, int fP
if ( If_CutFilter( pCutSet, pCut ) )
continue;
// check if the cut satisfies the required times
assert( pCut->Delay == If_CutDelay( p, pObj, pCut ) );
assert( pCut->Delay == If_CutDelay( p, pTemp, pCut ) );
if ( Mode && pCut->Delay > pObj->Required + p->fEpsilon )
continue;
// set the phase attribute