From 3a6c8f1c429e556332fcc8544ca06cc58270bd7e Mon Sep 17 00:00:00 2001 From: Alan Mishchenko Date: Mon, 11 Jul 2011 10:10:46 +0700 Subject: Other changes to enable new features in the mapper (bug fix). --- src/map/if/ifMap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/map/if/ifMap.c') diff --git a/src/map/if/ifMap.c b/src/map/if/ifMap.c index fb8e763c..8b00ab01 100644 --- a/src/map/if/ifMap.c +++ b/src/map/if/ifMap.c @@ -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 -- cgit v1.2.3