mirror of https://github.com/YosysHQ/abc.git
Update to "lutexact".
This commit is contained in:
parent
4bba0356fb
commit
bde60f2a20
|
|
@ -791,7 +791,8 @@ int Exa8_ManExactSynthesisIter( Bmc_EsPar_t * pPars )
|
||||||
Vec_StrFree( vStr );
|
Vec_StrFree( vStr );
|
||||||
}
|
}
|
||||||
Result = Exa8_ManExactSynthesis(pPars);
|
Result = Exa8_ManExactSynthesis(pPars);
|
||||||
if ( Result != 2 )
|
fflush( stdout );
|
||||||
|
if ( Result == 1 )
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
return Result;
|
return Result;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue