mirror of
https://github.com/YosysHQ/abc.git
synced 2026-09-02 10:47:31 +02:00
Enabling switch -a in 'mfs2'.
This commit is contained in:
@@ -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) )
|
||||
|
||||
Reference in New Issue
Block a user