@@ -197,7 +197,7 @@ module floating_product #(parameter N=16, M=4)(input_1, input_2, product, clk, r
end
// Third pipeline stage
- pipe pipe2(.clk(clk), .reset(reset), .D(Q1), Q(Q2));
+ pipe pipe2(.clk(clk), .reset(reset), .D(Q1), .Q(Q2));
assign product = Q2[2][N-1:0];
endmodule : floating_product