mirror of https://github.com/YosysHQ/abc.git
Bug fix in old lcorr with constraints.
This commit is contained in:
parent
f61b5d8c12
commit
a55cddeda6
|
|
@ -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 )
|
||||
|
|
|
|||
Loading…
Reference in New Issue