Commit 6f370462 by Alan Mishchenko

Bug fix in bit-blasting of remainder.

parent b87554b9
......@@ -1128,7 +1128,7 @@ Gia_Man_t * Wlc_NtkBitBlast( Wlc_Ntk_t * p, Vec_Int_t * vBoxIds )
else
Wlc_BlastDivider( pNew, pArg0, nRangeMax, pArg1, nRangeMax, pObj->Type == WLC_OBJ_ARI_DIVIDE, vRes );
Vec_IntShrink( vRes, nRange );
if ( pObj->Type == WLC_OBJ_ARI_DIVIDE )
//if ( pObj->Type == WLC_OBJ_ARI_DIVIDE )
Wlc_BlastZeroCondition( pNew, pFans1, nRange1, vRes );
}
else if ( pObj->Type == WLC_OBJ_ARI_MINUS )
......
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