mirror of https://github.com/YosysHQ/abc.git
Experiments with Boolean functions.
This commit is contained in:
parent
5bb6d45615
commit
bc65461cc9
|
|
@ -417,7 +417,7 @@ void Dtt_PrintMulti( Dtt_Man_t * p )
|
|||
break;
|
||||
printf( "n=%2d : ", n );
|
||||
printf( "All = %7d ", Count );
|
||||
printf( "Ave = %3d ", Total/Count );
|
||||
printf( "Ave = %6.2f ", 1.0*Total/Count );
|
||||
for ( i = 0; i < 11; i++ )
|
||||
if ( Counts[n][i] )
|
||||
printf( "%6d", Counts[n][i] );
|
||||
|
|
|
|||
Loading…
Reference in New Issue