mirror of https://github.com/YosysHQ/abc.git
Added report about exceeding the conflict limit in 'ind'.
This commit is contained in:
parent
fbd6a08e73
commit
5e7de1f80a
|
|
@ -318,7 +318,9 @@ nextrun:
|
|||
}
|
||||
if ( fVerbose )
|
||||
{
|
||||
if ( fUnique || fUniqueAll )
|
||||
if ( status == l_Undef )
|
||||
printf( "Conflict limit (%d) was reached during iteration %d.\n", nConfMax, f+1 );
|
||||
else if ( fUnique || fUniqueAll )
|
||||
printf( "Completed %d interations and added %d uniqueness constraints.\n", f+1, nConstrs );
|
||||
else
|
||||
printf( "Completed %d interations.\n", f+1 );
|
||||
|
|
|
|||
Loading…
Reference in New Issue