Commit 25538c23 by Alan Mishchenko

Fixing new resub code.

parent 22d9b1d3
......@@ -182,7 +182,6 @@ Vec_Wec_t * Gia_Iso4Gia( Gia_Man_t * p )
{
Gia_ManForEachObjVec( vLevel, p, pObj, i )
{
Gia_Obj_t * pfanin = Gia_ObjFanin0(pObj);
assert( Gia_ObjIsCo(pObj) );
pObj->Value = Abc_Random(0);
Gia_ObjFanin0(pObj)->Value += pObj->Value + RandC[Gia_ObjFaninC0(pObj)];
......
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