mirror of https://github.com/YosysHQ/abc.git
Small bug in bmc2 timeout.
This commit is contained in:
parent
226c24e49d
commit
1b95ee06f1
|
|
@ -764,7 +764,7 @@ int Saig_BmcPerform( Aig_Man_t * pAig, int nStart, int nFramesMax, int nNodesMax
|
|||
p = Saig_BmcManStart( pAig, nFramesMax, nNodesMax, nConfMaxOne, nConfMaxAll, fVerbose );
|
||||
// set runtime limit
|
||||
if ( nTimeOut )
|
||||
sat_solver_set_runtime_limit( p->pSat, nTimeOut );
|
||||
sat_solver_set_runtime_limit( p->pSat, nTimeToStop );
|
||||
for ( Iter = 0; ; Iter++ )
|
||||
{
|
||||
clk2 = clock();
|
||||
|
|
|
|||
Loading…
Reference in New Issue