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
n_res <= r_res(30 DOWNTO 0) & "1";
ELSE
n_num <= r_num;
- n_res <= r_res(30 DOWNTO 0) & "1";
+ n_res <= r_res(30 DOWNTO 0) & "0";
END IF;
n_denom <= "0" & r_denom(63 DOWNTO 1);
END CASE;