Added optional printout of the hierarchy structure before collapsing.

This commit is contained in:
Alan Mishchenko 2011-12-15 19:32:05 -08:00
parent 8404ecda54
commit f67cb76dff
1 changed files with 1 additions and 0 deletions

View File

@ -518,6 +518,7 @@ Abc_Ntk_t * Abc_NtkFlattenLogicHierarchy( Abc_Ntk_t * pNtk )
int i, Counter = -1;
assert( Abc_NtkIsNetlist(pNtk) );
// Abc_NtkPrintBoxInfo( pNtk );
// start the network
pNtkNew = Abc_NtkAlloc( pNtk->ntkType, pNtk->ntkFunc, 1 );