mirror of https://github.com/YosysHQ/abc.git
Spurious assertion.
This commit is contained in:
parent
ec0b9b6b6e
commit
43ee0cff25
|
|
@ -719,7 +719,7 @@ Gia_Man_t * Dam_ManMultiAig( Dam_Man_t * pMan )
|
|||
Dam_ManMultiAig_rec( pMan, pNew, p, Gia_ObjFanin0(pObj) );
|
||||
pObj->Value = Gia_ManAppendCo( pNew, Gia_ObjFanin0Copy(pObj) );
|
||||
}
|
||||
assert( Gia_ManObjNum(pNew) <= Gia_ManObjNum(p) );
|
||||
// assert( Gia_ManObjNum(pNew) <= Gia_ManObjNum(p) );
|
||||
Gia_ManHashStop( pNew );
|
||||
Gia_ManSetRegNum( pNew, Gia_ManRegNum(p) );
|
||||
// perform cleanup
|
||||
|
|
|
|||
Loading…
Reference in New Issue