mirror of
https://github.com/YosysHQ/abc.git
synced 2026-09-07 03:05:36 +02:00
More tuning in &nf.
This commit is contained in:
+1
-1
@@ -1872,7 +1872,7 @@ void Nf_ManResetMatches( Nf_Man_t * p, int Round )
|
||||
else
|
||||
{
|
||||
assert( Round > 0 || (!pDc->fBest && !pAc->fBest) );
|
||||
if ( (Round & 1) )
|
||||
if ( p->pPars->fAreaOnly || (Round & 1) )
|
||||
ABC_SWAP( Nf_Mat_t, *pDc, *pAc );
|
||||
pDc->fBest = 1;
|
||||
pAc->fBest = 0;
|
||||
|
||||
Reference in New Issue
Block a user