mirror of https://github.com/YosysHQ/abc.git
Experiments with BMC.
This commit is contained in:
parent
ab8f784b6a
commit
f5f1f44a7b
|
|
@ -828,6 +828,7 @@ int Bmcs_ManPerformMulti( Gia_Man_t * pGia, Bmc_AndPar_t * pPars )
|
||||||
ThData[i].pSat = NULL;
|
ThData[i].pSat = NULL;
|
||||||
ThData[i].fWorking = 1;
|
ThData[i].fWorking = 1;
|
||||||
}
|
}
|
||||||
|
p->pSat = NULL;
|
||||||
Bmcs_ManStop( p );
|
Bmcs_ManStop( p );
|
||||||
if ( RetValue == -1 && !pPars->fNotVerbose )
|
if ( RetValue == -1 && !pPars->fNotVerbose )
|
||||||
printf( "No output failed in %d frames. ", f );
|
printf( "No output failed in %d frames. ", f );
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue