Commit a525dfba by Alan Mishchenko

Fixed the problem with incorrect reporting of finished timeframes after &abs_cba.

parent 11ed7247
......@@ -1134,7 +1134,7 @@ int Saig_ManBmcScalable( Aig_Man_t * pAig, Saig_ParBmc_t * pPars )
}
// consider the next timeframe
if ( RetValue == -1 && pPars->nStart == 0 )
pPars->iFrame = f;
pPars->iFrame = f-1;
// resize the array
Vec_IntFillExtra( p->vPiVars, (f+1)*Saig_ManPiNum(p->pAig), 0 );
// map nodes of this section
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment