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

Subversion Repositories raytrac

[/] [raytrac/] [trunk/] [raytrac.vhd] - Diff between revs 30 and 31

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

Rev 30 Rev 31
Line 135... Line 135...
                                SC <= (others => '0');
                                SC <= (others => '0');
                                SD <= (others => '0');
                                SD <= (others => '0');
                                sopcode <= '0';
                                sopcode <= '0';
                                saddcode <= '0';
                                saddcode <= '0';
                        elsif clk'event and clk='1' then
                        elsif clk'event and clk='1' then
                                if ena <= '1' then
                                if ena = '1' then
                                        SA <= A;
                                        SA <= A;
                                        SB <= B;
                                        SB <= B;
                                        SC <= C;
                                        SC <= C;
                                        SD <= D;
                                        SD <= D;
                                        sopcode <= opcode;
                                        sopcode <= opcode;

powered by: WebSVN 2.1.0

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