Commenting out useless assertion.

This commit is contained in:
Alan Mishchenko 2017-07-06 21:13:25 -07:00
parent 0b7dcbbcfb
commit 4712edc097
1 changed files with 1 additions and 1 deletions

View File

@ -1990,7 +1990,7 @@ void Nf_ManComputeMappingEla( Nf_Man_t * p )
assert( pMb->fBest );
assert( pMb->D <= Required );
//assert( Scl_Flt2Int(pMb->F) == (int)AreaAft );
assert( AreaBef >= AreaAft );
//assert( AreaBef >= AreaAft );
*pM = *pMb;
// update timing
pCell = Nf_ManCell( p, pMb->Gate );