mirror of https://github.com/YosysHQ/abc.git
Added optional printout of the hierarchy structure before collapsing.
This commit is contained in:
parent
8404ecda54
commit
f67cb76dff
|
|
@ -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 );
|
||||
|
|
|
|||
Loading…
Reference in New Issue