Fixed printout of in the hierarchy log file.

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

View File

@ -2845,7 +2845,7 @@ void Ver_ParsePrintLog( Ver_Man_t * pMan )
***********************************************************************/
int Ver_ParseAttachBoxes( Ver_Man_t * pMan )
{
int fPrintLog = 0;
int fPrintLog = 1;
Abc_Ntk_t * pNtk = NULL;
Ver_Bundle_t * pBundle;
Vec_Ptr_t * vUndefs;