Commit a55cdded by Alan Mishchenko

Bug fix in old lcorr with constraints.

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