mirror of https://github.com/YosysHQ/abc.git
Random crash fix.
This commit is contained in:
parent
0e117760e2
commit
67fdd8d244
|
|
@ -2053,7 +2053,7 @@ finalize:
|
|||
//Gia_ManEquivPrintClasses( p, 1, 0 );
|
||||
if ( ppNew && *ppNew == NULL )
|
||||
*ppNew = Gia_ManDup(p);
|
||||
Gia_ManRemoveWrongChoices( p );
|
||||
if ( p->pNexts ) Gia_ManRemoveWrongChoices( p );
|
||||
return p->pCexSeq ? 0 : 1;
|
||||
}
|
||||
Gia_Man_t * Cec4_ManSimulateTest( Gia_Man_t * p, Cec_ParFra_t * pPars )
|
||||
|
|
|
|||
|
|
@ -2120,7 +2120,7 @@ finalize:
|
|||
CbsP_ManStop(pCbs);
|
||||
//Gia_ManStaticFanoutStop( p );
|
||||
//Gia_ManEquivPrintClasses( p, 1, 0 );
|
||||
Gia_ManRemoveWrongChoices( p );
|
||||
if ( p->pNexts ) Gia_ManRemoveWrongChoices( p );
|
||||
return p->pCexSeq ? 0 : 1;
|
||||
}
|
||||
Gia_Man_t * Cec5_ManSimulateTest( Gia_Man_t * p, Cec_ParFra_t * pPars, int fCbs, int approxLim, int subBatchSz, int adaRecycle )
|
||||
|
|
|
|||
Loading…
Reference in New Issue