mirror of
https://github.com/YosysHQ/abc.git
synced 2026-08-29 09:19:51 +02:00
Commenting out assertion that fails in 'dch', not sure why.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user