From 1e7ea2ca459184461c1461fb13e7fd54e0a467b8 Mon Sep 17 00:00:00 2001 From: Alan Mishchenko Date: Tue, 9 Oct 2012 21:14:32 -0700 Subject: Improvements to gate sizing. --- src/base/abc/abcHie.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/base') diff --git a/src/base/abc/abcHie.c b/src/base/abc/abcHie.c index 73b08fcc..886056e2 100644 --- a/src/base/abc/abcHie.c +++ b/src/base/abc/abcHie.c @@ -436,7 +436,7 @@ void Abc_NtkPrintBoxInfo( Abc_Ntk_t * pNtk ) int i, k, Num; if ( pNtk->pDesign == NULL || pNtk->pDesign->vModules == NULL ) { - printf( "There is no hierarchy information.\n" ); +// printf( "There is no hierarchy information.\n" ); return; } // sort models by name -- cgit v1.2.3