mirror of https://github.com/YosysHQ/abc.git
Fixed problem with timeout in &bmc.
This commit is contained in:
parent
227963f03d
commit
efc1c8588e
|
|
@ -1081,6 +1081,8 @@ int Gia_ManBmcPerform( Gia_Man_t * pGia, Bmc_AndPar_t * pPars )
|
|||
if ( pPars->nTimeOut <= 0 )
|
||||
return -1;
|
||||
}
|
||||
else
|
||||
return -1;
|
||||
// set the new frames limit
|
||||
pPars->nFramesAdd *= 2;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue