mirror of https://github.com/YosysHQ/abc.git
Bug fix in &fraig.
This commit is contained in:
parent
f2945e12f3
commit
d13bbe5b5f
|
|
@ -436,9 +436,12 @@ p->timeSat += clock() - clk;
|
|||
|
||||
// update the manager
|
||||
pSim->pAig = p->pAig = Gia_ManEquivReduceAndRemap( pTemp = p->pAig, 0, pParsSim->fDualOut );
|
||||
Gia_ManStop( pTemp );
|
||||
if ( p->pAig == NULL )
|
||||
{
|
||||
p->pAig = pTemp;
|
||||
break;
|
||||
}
|
||||
Gia_ManStop( pTemp );
|
||||
if ( p->pPars->fVerbose )
|
||||
{
|
||||
Abc_Print( 1, "%3d : P =%7d. D =%7d. F =%6d. M = %7d. And =%8d. ",
|
||||
|
|
|
|||
Loading…
Reference in New Issue