Commit 3992e344 by Alan Mishchenko

Logic sharing for multi-input gates (silencing a warning).

parent a21f2986
...@@ -220,10 +220,6 @@ Vec_Wrd_t * Abc_NtkShareSuperAnd( Abc_Obj_t * pObj, int * pCounter ) ...@@ -220,10 +220,6 @@ Vec_Wrd_t * Abc_NtkShareSuperAnd( Abc_Obj_t * pObj, int * pCounter )
} }
Vec_WrdForEachEntry( vSuper, Num, i ) Vec_WrdForEachEntry( vSuper, Num, i )
Vec_WrdWriteEntry( vSuper, i, Abc_NtkShareUnpackId(Num) ); Vec_WrdWriteEntry( vSuper, i, Abc_NtkShareUnpackId(Num) );
if ( Vec_WrdSize(vSuper) == 1 )
{
int s = 0;
}
return vSuper; return vSuper;
} }
......
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