Commit 713976f2 by Alan Mishchenko

Enabled progress bar in the 'if' mapper (warning).

parent a819e33c
......@@ -584,7 +584,7 @@ void If_ObjPerformMappingChoice( If_Man_t * p, If_Obj_t * pObj, int Mode, int fP
***********************************************************************/
int If_ManPerformMappingRound( If_Man_t * p, int nCutsUsed, int Mode, int fPreprocess, int fFirst, char * pLabel )
{
ProgressBar * pProgress;
ProgressBar * pProgress = NULL;
If_Obj_t * pObj;
int i;
abctime clk = Abc_Clock();
......
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