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

This commit is contained in:
Alan Mishchenko 2011-09-04 01:40:56 +07:00
parent 11ed724766
commit a525dfba6c
1 changed files with 1 additions and 1 deletions

View File

@ -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