From: Anton Blanchard Date: Sun, 21 Mar 2021 23:08:29 +0000 (+1100) Subject: Reformat divider X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=601f3211be1b87118dbedd29d295a6e0e76daec4;p=microwatt.git Reformat divider Signed-off-by: Anton Blanchard --- diff --git a/divider.vhdl b/divider.vhdl index aef65a4..a8bcdbe 100644 --- a/divider.vhdl +++ b/divider.vhdl @@ -123,9 +123,9 @@ begin divider_out: process(clk) begin if rising_edge(clk) then - d_out.valid <= '0'; + d_out.valid <= '0'; d_out.write_reg_data <= oresult; - d_out.overflow <= did_ovf; + d_out.overflow <= did_ovf; if count = "1000000" then d_out.valid <= '1'; end if;