New hierarchy manager.

This commit is contained in:
Alan Mishchenko
2012-01-17 23:19:47 -08:00
parent 67300e056b
commit d8d705c717
3 changed files with 162 additions and 10 deletions
+2 -2
View File
@@ -132,8 +132,8 @@ void Abc_NamPrint( Abc_Nam_t * p )
{
int h, i;
Vec_IntForEachEntryStart( p->vInt2Handle, h, i, 1 )
Abc_Print( 1, "%d=%s ", i, Abc_NamHandleToStr(p, h) );
Abc_Print( 1, "\n" );
Abc_Print( 1, "%d=\n%s\n", i, Abc_NamHandleToStr(p, h) );
// Abc_Print( 1, "\n" );
}
/**Function*************************************************************