URL
https://opencores.org/ocsvn/raytrac/raytrac/trunk
[/] [raytrac/] [branches/] [fp/] [dpc.vhd] - Diff between revs 171 and 175
Go to most recent revision |
Show entire file |
Details |
Blame |
View Log
Rev 171 |
Rev 175 |
Line 137... |
Line 137... |
sres123w <= '0';
|
sres123w <= '0';
|
sres2w <= '0';
|
sres2w <= '0';
|
sres4w <= '0';
|
sres4w <= '0';
|
|
|
--! Producto Escalar, Normalización o Magnitud
|
--! Producto Escalar, Normalización o Magnitud
|
sres567w <= ssync_chain(4) and crossprod and addsub;
|
sres567w <= crossprod and ((ssync_chain(4) and addsub) or (ssync_chain(24) and not(addsub)));
|
sres0w <= ssync_chain(19) and not(addsub) and not(crossprod);
|
sres0w <= ssync_chain(19) and not(addsub) and not(crossprod);
|
|
|
elsif addsub='1' then
|
elsif addsub='1' then
|
|
|
--! Desconectar los canales de Normalización, Producto Escalar, Producto Punto C.D y Magnitud
|
--! Desconectar los canales de Normalización, Producto Escalar, Producto Punto C.D y Magnitud
|
© copyright 1999-2025
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.