Commit bbbfe0e8 by Alan Mishchenko

New technology mapper.

parent 5acfed6c
......@@ -814,7 +814,7 @@ void Mpm_ManPerformRound( Mpm_Man_t * p )
if ( p->pPars->fVerbose )
{
printf( "Del =%5d. Ar =%8d. Edge =%8d. Cut =%10d. Max =%8d. Tru =%8d. Small =%6d. ",
p->GloRequired, p->GloArea, p->GloEdge,
p->GloRequired, (int)p->GloArea, (int)p->GloEdge,
p->nCutsMerged, p->pManCuts->nEntriesMax,
p->vTtMem ? p->vTtMem->nEntries : 0, p->nSmallSupp );
Abc_PrintTime( 1, "Time", Abc_Clock() - clk );
......
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