OpenCores
URL https://opencores.org/ocsvn/raytrac/raytrac/trunk

Subversion Repositories raytrac

[/] [raytrac/] [branches/] [fp/] [fadd32.vhd] - Diff between revs 164 and 165

Go to most recent revision | Show entire file | Details | Blame | View Log

Rev 164 Rev 165
Line 268... Line 268...
                                exit;
                                exit;
                        end if;
                        end if;
                end loop;
                end loop;
                s5token <=s5tokena&s5tokenb&s5tokenc;
                s5token <=s5tokena&s5tokenb&s5tokenc;
                case (s5token) is
                case (s5token) is
                        when "100"  => s5factor(4 downto 3) <= "10";
                        when "100"  => s5factor(4 downto 3) <= "00";
                        when "110"  => s5factor(4 downto 3) <= "01";
                        when "110"  => s5factor(4 downto 3) <= "01";
                        when "111"      => s5factor(4 downto 3) <= "00";
                        when "111"      => s5factor(4 downto 3) <= "10";
                        when others => s5factor(4 downto 3) <= (others => s5result(24));
                        when others => s5factor(4 downto 3) <= (others => s5result(24));
                end case;
                end case;
                s5factorhot9 <= (s5factorhot24(7 downto 0)or s5factorhot24(15 downto 8)or s5factorhot24(23 downto 16)) & s5result(24);
                s5factorhot9 <= (s5factorhot24(7 downto 0)or s5factorhot24(15 downto 8)or s5factorhot24(23 downto 16)) & s5result(24);
                case s5factorhot9 is
                case s5factorhot9 is
                        when "100000000" => s5factor(2 downto 0) <= "111";
                        when "100000000" => s5factor(2 downto 0) <= "111";

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.