mirror of
https://github.com/YosysHQ/abc.git
synced 2026-09-07 01:20:38 +02:00
Version abc60211
This commit is contained in:
@@ -314,7 +314,7 @@ void Map_ManPrintTimeStats( Map_Man_t * p )
|
||||
void Map_ManPrintStatsToFile( char * pName, float Area, float Delay, int Time )
|
||||
{
|
||||
FILE * pTable;
|
||||
pTable = fopen( "stats.txt", "a+" );
|
||||
pTable = fopen( "map_stats.txt", "a+" );
|
||||
fprintf( pTable, "%s ", pName );
|
||||
fprintf( pTable, "%4.2f ", Area );
|
||||
fprintf( pTable, "%4.2f ", Delay );
|
||||
|
||||
Reference in New Issue
Block a user