mirror of https://github.com/YosysHQ/abc.git
Version abc80413_2
This commit is contained in:
parent
2dc3842988
commit
45827110d6
|
|
@ -236,6 +236,9 @@ Ntl_Man_t * Ntl_ManFraig( Ntl_Man_t * p, int nPartSize, int nConfLimit, int nLev
|
|||
Ntl_Man_t * pNew, * pAux;
|
||||
Aig_Man_t * pAig, * pAigCol, * pTemp;
|
||||
|
||||
if ( Ntl_ModelNodeNum(Ntl_ManRootModel(p)) == 0 )
|
||||
return Ntl_ManDup(p);
|
||||
|
||||
// collapse the AIG
|
||||
pAig = Ntl_ManExtract( p );
|
||||
pNew = Ntl_ManInsertAig( p, pAig );
|
||||
|
|
|
|||
Loading…
Reference in New Issue