mirror of https://github.com/YosysHQ/abc.git
Fixed printout of in the hierarchy log file.
This commit is contained in:
parent
43ec3fd8f8
commit
7c8e1b8de6
|
|
@ -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) );
|
||||
|
|
|
|||
Loading…
Reference in New Issue