mirror of https://github.com/YosysHQ/abc.git
Other changes to enable new features in the mapper (bug fix).
This commit is contained in:
parent
204fac4dca
commit
3a6c8f1c42
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue