mirror of https://github.com/YosysHQ/abc.git
Commenting out useless assertion.
This commit is contained in:
parent
0b7dcbbcfb
commit
4712edc097
|
|
@ -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 );
|
||||
|
|
|
|||
Loading…
Reference in New Issue