Commit 4712edc0 by Alan Mishchenko

Commenting out useless assertion.

parent 0b7dcbbc
......@@ -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 );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment