mirror of https://github.com/YosysHQ/abc.git
Commenting out assertion that fails in 'dch', not sure why.
This commit is contained in:
parent
a3b8b0a59d
commit
a96436e890
|
|
@ -457,7 +457,7 @@ void Dch_DeriveChoiceAigNode( Aig_Man_t * pAigNew, Aig_Man_t * pAigOld, Aig_Obj_
|
|||
Aig_ObjChild0CopyRepr(pAigNew, pObj),
|
||||
Aig_ObjChild1CopyRepr(pAigNew, pObj) );
|
||||
pObjNew = Aig_ObjGetRepr( pAigNew, pObjNew );
|
||||
assert( Aig_ObjRepr( pAigNew, pObjNew ) == NULL );
|
||||
// assert( Aig_ObjRepr( pAigNew, pObjNew ) == NULL );
|
||||
// assign the copy
|
||||
assert( pObj->pData == NULL );
|
||||
pObj->pData = pObjNew;
|
||||
|
|
|
|||
Loading…
Reference in New Issue