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 );
|
||||
}
|
||||
Result = Exa8_ManExactSynthesis(pPars);
|
||||
if ( Result != 2 )
|
||||
fflush( stdout );
|
||||
if ( Result == 1 )
|
||||
break;
|
||||
}
|
||||
return Result;
|
||||
|
|
|
|||
Loading…
Reference in New Issue