Bug fix in old lcorr with constraints.

This commit is contained in:
Alan Mishchenko 2017-11-04 20:23:22 -07:00
parent f61b5d8c12
commit a55cddeda6
1 changed files with 1 additions and 1 deletions

View File

@ -247,7 +247,7 @@ Aig_Man_t * Ssw_SignalCorrespondenceRefine( Ssw_Man_t * p )
Abc_Print( 1, "Before BMC: " );
Ssw_ClassesPrint( p->ppClasses, 0 );
}
if ( !p->pPars->fLatchCorr )
if ( !p->pPars->fLatchCorr || p->pPars->nFramesK > 1 )
{
p->pMSat = Ssw_SatStart( 0 );
if ( p->pPars->fConstrs )