Enabling switch -a in 'mfs2'.

This commit is contained in:
Alan Mishchenko 2013-07-16 19:16:52 -07:00
parent fce4605f58
commit ec153508e1
1 changed files with 2 additions and 0 deletions

View File

@ -221,6 +221,8 @@ int Sfm_NodeResub( Sfm_Ntk_t * p, int iNode )
if ( Sfm_NodeResubSolve( p, iNode, i, 0 ) )
return 1;
}
if ( p->pPars->fArea )
return 0;
// try removing redundant edges
Sfm_ObjForEachFanin( p, iNode, iFanin, i )
if ( !(Sfm_ObjIsNode(p, iFanin) && Sfm_ObjFanoutNum(p, iFanin) == 1) )