Commeting out an assertion in sizing.

This commit is contained in:
Alan Mishchenko 2013-11-27 22:13:59 -08:00
parent c8f341fd01
commit 87e1bc45a6
1 changed files with 1 additions and 1 deletions

View File

@ -137,7 +137,7 @@ void Abc_SclFindCriticalNodeWindow_rec( SC_Man * p, Abc_Obj_t * pObj, Vec_Int_t
fArrMax = Abc_SclObjGetSlack(p, pObj, p->MaxDelay);
else
fArrMax = Abc_SclGetMaxDelayNodeFanins( p, pObj );
assert( fArrMax >= -1 );
// assert( fArrMax >= -1 );
fArrMax = Abc_MaxFloat( fArrMax, 0 );
// traverse all fanins whose arrival times are within a window
Abc_ObjForEachFanin( pObj, pNext, i )