Commit 76666174 by Alan Mishchenko

Synchronizing packages.

parent 2d4342f8
...@@ -2450,6 +2450,7 @@ void Id_DsdManTuneStr1( If_DsdMan_t * p, char * pStruct, int nConfls, int fVerbo ...@@ -2450,6 +2450,7 @@ void Id_DsdManTuneStr1( If_DsdMan_t * p, char * pStruct, int nConfls, int fVerbo
Vec_WrdWriteEntry( p->vPerms, i, Perm ); Vec_WrdWriteEntry( p->vPerms, i, Perm );
} }
p->nObjsPrev = 0; p->nObjsPrev = 0;
p->LutSize = 0;
Extra_ProgressBarStop( pProgress ); Extra_ProgressBarStop( pProgress );
printf( "Finished matching %d functions. ", Vec_PtrSize(&p->vObjs) ); printf( "Finished matching %d functions. ", Vec_PtrSize(&p->vObjs) );
Abc_PrintTime( 1, "Time", Abc_Clock() - clk ); Abc_PrintTime( 1, "Time", Abc_Clock() - clk );
...@@ -2650,6 +2651,7 @@ void Id_DsdManTuneStr( If_DsdMan_t * p, char * pStruct, int nConfls, int nProcs, ...@@ -2650,6 +2651,7 @@ void Id_DsdManTuneStr( If_DsdMan_t * p, char * pStruct, int nConfls, int nProcs,
} }
p->nObjsPrev = 0; p->nObjsPrev = 0;
p->LutSize = 0;
Extra_ProgressBarStop( pProgress ); Extra_ProgressBarStop( pProgress );
printf( "Finished matching %d functions. ", Vec_PtrSize(&p->vObjs) ); printf( "Finished matching %d functions. ", Vec_PtrSize(&p->vObjs) );
Abc_PrintTime( 1, "Time", Abc_Clock() - clk ); Abc_PrintTime( 1, "Time", Abc_Clock() - clk );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment