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