URL
https://opencores.org/ocsvn/raytrac/raytrac/trunk
[/] [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;
|
© copyright 1999-2025
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.