projects
/
microwatt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bf96279
)
Reformat divider
author
Anton Blanchard
<anton@linux.ibm.com>
Sun, 21 Mar 2021 23:08:29 +0000
(10:08 +1100)
committer
Anton Blanchard
<anton@ozlabs.org>
Sun, 21 Mar 2021 23:15:03 +0000
(10:15 +1100)
Signed-off-by: Anton Blanchard <anton@linux.ibm.com>
divider.vhdl
patch
|
blob
|
history
diff --git
a/divider.vhdl
b/divider.vhdl
index aef65a4362fb24de47b6fb66e6fdac70bd81bd3c..a8bcdbeb5853c2fe68c80bf27158b4feb86a1050 100644
(file)
--- 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;