Commit a96436e8 by Alan Mishchenko

Commenting out assertion that fails in 'dch', not sure why.

parent a3b8b0a5
...@@ -457,7 +457,7 @@ void Dch_DeriveChoiceAigNode( Aig_Man_t * pAigNew, Aig_Man_t * pAigOld, Aig_Obj_ ...@@ -457,7 +457,7 @@ void Dch_DeriveChoiceAigNode( Aig_Man_t * pAigNew, Aig_Man_t * pAigOld, Aig_Obj_
Aig_ObjChild0CopyRepr(pAigNew, pObj), Aig_ObjChild0CopyRepr(pAigNew, pObj),
Aig_ObjChild1CopyRepr(pAigNew, pObj) ); Aig_ObjChild1CopyRepr(pAigNew, pObj) );
pObjNew = Aig_ObjGetRepr( pAigNew, pObjNew ); pObjNew = Aig_ObjGetRepr( pAigNew, pObjNew );
assert( Aig_ObjRepr( pAigNew, pObjNew ) == NULL ); // assert( Aig_ObjRepr( pAigNew, pObjNew ) == NULL );
// assign the copy // assign the copy
assert( pObj->pData == NULL ); assert( pObj->pData == NULL );
pObj->pData = pObjNew; pObj->pData = pObjNew;
......
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