mirror of https://github.com/YosysHQ/abc.git
Fixed the problem with incorrect reporting of finished timeframes after &abs_cba.
This commit is contained in:
parent
11ed724766
commit
a525dfba6c
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue