Fixed printout of in the hierarchy log file.

This commit is contained in:
Alan Mishchenko 2014-06-05 10:45:59 -07:00
parent 43ec3fd8f8
commit 7c8e1b8de6
1 changed files with 1 additions and 1 deletions

View File

@ -2752,7 +2752,7 @@ void Ver_ParsePrintLog( Ver_Man_t * pMan )
fprintf( pFile, " instantiated %6d times ", pNtk->fHieVisited );
// fprintf( pFile, "\n " );
fprintf( pFile, " pi = %4d", Abc_NtkPiNum(pNtk) );
fprintf( pFile, " po = %4d", Abc_NtkPiNum(pNtk) );
fprintf( pFile, " po = %4d", Abc_NtkPoNum(pNtk) );
fprintf( pFile, " nd = %8d", Abc_NtkNodeNum(pNtk) );
fprintf( pFile, " lat = %6d", Abc_NtkLatchNum(pNtk) );
fprintf( pFile, " box = %6d", Abc_NtkBoxNum(pNtk)-Abc_NtkLatchNum(pNtk) );