Commit 10f8dc29 authored by Tristan Gingold's avatar Tristan Gingold

urv_exec.v: fix a typo

parent f4a94d1b
......@@ -331,7 +331,7 @@ module urv_exec
.x_rd_o (rd_mulh)
);
else begin
assign multiply_stall_reg = 0;
assign multiply_stall_req = 0;
assign w_rd_multiply_o = 0;
end
endgenerate
......
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