URL
https://opencores.org/ocsvn/raytrac/raytrac/trunk
Subversion Repositories raytrac
Compare Revisions
- This comparison shows the changes necessary to convert path
/raytrac
- from Rev 164 to Rev 165
- ↔ Reverse comparison
Rev 164 → Rev 165
/branches/fp/fadd32.vhd
270,9 → 270,9
end loop; |
s5token <=s5tokena&s5tokenb&s5tokenc; |
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 "111" => s5factor(4 downto 3) <= "00"; |
when "111" => s5factor(4 downto 3) <= "10"; |
when others => s5factor(4 downto 3) <= (others => s5result(24)); |
end case; |
s5factorhot9 <= (s5factorhot24(7 downto 0)or s5factorhot24(15 downto 8)or s5factorhot24(23 downto 16)) & s5result(24); |