mirror of
https://github.com/YosysHQ/abc.git
synced 2026-09-02 02:37:25 +02:00
Added optional printout of the hierarchy structure before collapsing.
This commit is contained in:
@@ -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 );
|
||||
|
||||
Reference in New Issue
Block a user