Do not cancel the current abstraction when a new refinement is discovered in VTA.

This commit is contained in:
Alan Mishchenko 2012-03-09 18:57:13 -08:00
parent 76f3e03cc1
commit 8388f065f4
1 changed files with 3 additions and 3 deletions

View File

@ -1556,9 +1556,9 @@ int Gia_VtaPerformInt( Gia_Man_t * pAig, Gia_ParVta_t * pPars )
// reset the counter of frames without change
nCountNoChange = 1;
// cancel old one if it was sent
if ( fOneIsSent )
Gia_VtaSendCancel( p, pPars->fVerbose );
fOneIsSent = 0;
// if ( fOneIsSent )
// Gia_VtaSendCancel( p, pPars->fVerbose );
// fOneIsSent = 0;
}
else if ( ++nCountNoChange == 2 ) // time to send
{