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

Subversion Repositories raytrac

[/] [raytrac/] [trunk/] [fpbranch/] [unrm/] [shftr.vhd] - Diff between revs 115 and 116

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

Rev 115 Rev 116
Line 176... Line 176...
        begin
        begin
                s5factor<=(others => '0');
                s5factor<=(others => '0');
                s5factorhot25 <= (others => '0');
                s5factorhot25 <= (others => '0');
                for i in 24 downto 0 loop
                for i in 24 downto 0 loop
                        if s5result(i)='1' then
                        if s5result(i)='1' then
                                --s5factor <= conv_std_logic_vector(24-i,8);
                                s5factor <= conv_std_logic_vector(24-i,8);
                                s5factorhot25(24-i) <= '1';
                                s5factorhot25(24-i) <= '1';
                                exit;
                                exit;
                        end if;
                        end if;
                end loop;
                end loop;
                s5factorhot9 <= (s5factorhot25(8 downto 1)or s5factorhot25(16 downto 9)or s5factorhot25(24 downto 17)) & s5factorhot25(0);
                s5factorhot9 <= (s5factorhot25(8 downto 1)or s5factorhot25(16 downto 9)or s5factorhot25(24 downto 17)) & s5factorhot25(0);

powered by: WebSVN 2.1.0

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