@@ -9,9 +9,6 @@ module floating_add #(parameter N=16, M=4)(a, b, c);
// sign_x = x[N-1]
// exponent_x = x[N-2:N-2-M]
// mantissa_x = x[N-3-M:0]
-
- // ASsigning overall sign of the output
- assign c[N-1] = a[N-1] ^ b[N-1];
always_comb
begin