mirror of https://github.com/YosysHQ/abc.git
Enabling switch -a in 'mfs2'.
This commit is contained in:
parent
fce4605f58
commit
ec153508e1
|
|
@ -221,6 +221,8 @@ int Sfm_NodeResub( Sfm_Ntk_t * p, int iNode )
|
||||||
if ( Sfm_NodeResubSolve( p, iNode, i, 0 ) )
|
if ( Sfm_NodeResubSolve( p, iNode, i, 0 ) )
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
if ( p->pPars->fArea )
|
||||||
|
return 0;
|
||||||
// try removing redundant edges
|
// try removing redundant edges
|
||||||
Sfm_ObjForEachFanin( p, iNode, iFanin, i )
|
Sfm_ObjForEachFanin( p, iNode, iFanin, i )
|
||||||
if ( !(Sfm_ObjIsNode(p, iFanin) && Sfm_ObjFanoutNum(p, iFanin) == 1) )
|
if ( !(Sfm_ObjIsNode(p, iFanin) && Sfm_ObjFanoutNum(p, iFanin) == 1) )
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue