mirror of
https://github.com/antonblanchard/microwatt.git
synced 2026-01-11 23:43:15 +00:00
Reformat divider
Signed-off-by: Anton Blanchard <anton@linux.ibm.com>
This commit is contained in:
parent
bf96279ff1
commit
601f3211be
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user