mirror of https://github.com/YosysHQ/abc.git
Do not cancel the current abstraction when a new refinement is discovered in VTA.
This commit is contained in:
parent
76f3e03cc1
commit
8388f065f4
|
|
@ -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
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue