From 00b8cda3d379d4af9cf126b302f502d8fbb3c9ca Mon Sep 17 00:00:00 2001 From: Alan Mishchenko Date: Sat, 20 Sep 2014 14:10:05 -0700 Subject: Synchronizing packages. --- src/map/if/ifDsd.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/map/if') diff --git a/src/map/if/ifDsd.c b/src/map/if/ifDsd.c index 48100a1e..5c2f9332 100644 --- a/src/map/if/ifDsd.c +++ b/src/map/if/ifDsd.c @@ -718,6 +718,8 @@ void If_DsdManPrint( If_DsdMan_t * p, char * pFileName, int Number, int Support, MemSizeDecs += (int)Vec_VecMemoryInt((Vec_Vec_t *)(p->vTtDecs[v])); } If_DsdManPrintDistrib( p ); + printf( "Number of inputs = %d. LUT size = %d. Marks = %s. Bookmark = %d.\n", + p->nVars, p->LutSize, If_DsdManHasMarks(p)? "yes" : "no", p->fNewAsUseless ); if ( p->pTtGia ) fprintf( pFile, "Non-DSD AIG nodes = %8d\n", Gia_ManAndNum(p->pTtGia) ); fprintf( pFile, "Unique table misses = %8d\n", p->nUniqueMisses ); -- cgit v1.2.3