mirror of https://github.com/YosysHQ/abc.git
Adding CEC command &splitprove.
This commit is contained in:
parent
ed695b74ee
commit
4875dfcb9b
|
|
@ -617,7 +617,7 @@ int Cec_GiaSplitTest( Gia_Man_t * p, int nProcs, int nTimeOut, int nIterMax, int
|
|||
if ( pLast->vCofVars == NULL )
|
||||
pLast->vCofVars = Vec_IntAlloc( 100 );
|
||||
if ( fVerbose )
|
||||
Cec_GiaSplitPrint( i, Depth, ThData[i].nVars, ThData[i].nConfs, ThData[i].Result, Progress, Abc_Clock() - clkTotal );
|
||||
Cec_GiaSplitPrint( i+1, Depth, ThData[i].nVars, ThData[i].nConfs, ThData[i].Result, Progress, Abc_Clock() - clkTotal );
|
||||
if ( ThData[i].Result == 0 ) // SAT
|
||||
{
|
||||
p->pCexComb = pLast->pCexComb; pLast->pCexComb = NULL;
|
||||
|
|
|
|||
Loading…
Reference in New Issue