mirror of https://github.com/YosysHQ/abc.git
More tuning in &nf.
This commit is contained in:
parent
2bc14356f6
commit
50fe603b83
|
|
@ -1872,7 +1872,7 @@ void Nf_ManResetMatches( Nf_Man_t * p, int Round )
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
assert( Round > 0 || (!pDc->fBest && !pAc->fBest) );
|
assert( Round > 0 || (!pDc->fBest && !pAc->fBest) );
|
||||||
if ( (Round & 1) )
|
if ( p->pPars->fAreaOnly || (Round & 1) )
|
||||||
ABC_SWAP( Nf_Mat_t, *pDc, *pAc );
|
ABC_SWAP( Nf_Mat_t, *pDc, *pAc );
|
||||||
pDc->fBest = 1;
|
pDc->fBest = 1;
|
||||||
pAc->fBest = 0;
|
pAc->fBest = 0;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue