fix divider (result)
Stefan Schuermans

Stefan Schuermans commited on 2012-03-21 22:11:20
Showing 1 changed files, with 1 additions and 1 deletions.

... ...
@@ -92,7 +92,7 @@ BEGIN
92 92
                     n_res <= r_res(30 DOWNTO 0) & "1";
93 93
                 ELSE
94 94
                     n_num <= r_num;
95
-                    n_res <= r_res(30 DOWNTO 0) & "1";
95
+                    n_res <= r_res(30 DOWNTO 0) & "0";
96 96
                 END IF;
97 97
                 n_denom <= "0" & r_denom(63 DOWNTO 1);
98 98
         END CASE;
99 99