mirror of https://github.com/YosysHQ/abc.git
Commenting out useless assertion in choice computation.
This commit is contained in:
parent
e85d29663a
commit
4b2205ce6e
|
|
@ -2646,7 +2646,7 @@ Gia_Man_t * Gia_ManChoiceMiter( Vec_Ptr_t * vGias )
|
||||||
Gia_ManHashStop( pNew );
|
Gia_ManHashStop( pNew );
|
||||||
// check the presence of dangling nodes
|
// check the presence of dangling nodes
|
||||||
nNodes = Gia_ManHasDangling( pNew );
|
nNodes = Gia_ManHasDangling( pNew );
|
||||||
assert( nNodes == 0 );
|
//assert( nNodes == 0 );
|
||||||
// finalize
|
// finalize
|
||||||
Gia_ManSetRegNum( pNew, Gia_ManRegNum(pGia0) );
|
Gia_ManSetRegNum( pNew, Gia_ManRegNum(pGia0) );
|
||||||
return pNew;
|
return pNew;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue