From 7c8e1b8de6dc1751a1ebab4f28e1c13bf8ec6659 Mon Sep 17 00:00:00 2001 From: Alan Mishchenko Date: Thu, 5 Jun 2014 10:45:59 -0700 Subject: Fixed printout of in the hierarchy log file. --- src/base/ver/verCore.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/base') diff --git a/src/base/ver/verCore.c b/src/base/ver/verCore.c index c1d7baa8..2522d73d 100644 --- a/src/base/ver/verCore.c +++ b/src/base/ver/verCore.c @@ -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) ); -- cgit v1.2.3