Commit f98b58e6 by Alan Mishchenko

Changes to LUT mappers.

parent ff997b1b
...@@ -354,7 +354,7 @@ void Gia_ManPrintMappingStats( Gia_Man_t * p, int fDumpFile ) ...@@ -354,7 +354,7 @@ void Gia_ManPrintMappingStats( Gia_Man_t * p, int fDumpFile )
fprintf( pTable, " " ); fprintf( pTable, " " );
fprintf( pTable, "%d ", nLuts ); fprintf( pTable, "%d ", nLuts );
fprintf( pTable, "%d ", LevelMax ); fprintf( pTable, "%d ", LevelMax );
// fprintf( pTable, "%.2f", 1.0*(Abc_Clock() - clk)/CLOCKS_PER_SEC ); fprintf( pTable, "%.2f", 1.0*(Abc_Clock() - clk)/CLOCKS_PER_SEC );
} }
fclose( pTable ); fclose( pTable );
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment