summaryrefslogtreecommitdiffstats
path: root/src/map/if/ifPrepro.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/if/ifPrepro.c')
-rw-r--r--src/map/if/ifPrepro.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/map/if/ifPrepro.c b/src/map/if/ifPrepro.c
index f331d917..32146e91 100644
--- a/src/map/if/ifPrepro.c
+++ b/src/map/if/ifPrepro.c
@@ -100,8 +100,8 @@ void If_ManPerformMappingPreprocess( If_Man_t * p )
If_ManComputeRequired( p, 1 );
if ( p->pPars->fVerbose )
{
- printf( "S: Del = %6.2f. Area = %8.2f. Cuts = %8d. Lim = %2d. Ave = %5.2f. ",
- p->RequiredGlo, p->AreaGlo, p->nCutsMerged, p->nCutsUsed, 1.0 * p->nCutsMerged / If_ManAndNum(p) );
+ printf( "S: Del = %6.2f. Area = %8.2f. Nets = %6d. Cuts = %8d. Lim = %2d. Ave = %5.2f. ",
+ p->RequiredGlo, p->AreaGlo, p->nNets, p->nCutsMerged, p->nCutsUsed, 1.0 * p->nCutsMerged / If_ManAndNum(p) );
PRT( "T", clock() - clk );
}
}