URL
https://opencores.org/ocsvn/raytrac/raytrac/trunk
[/] [raytrac/] [trunk/] [arithpack.vhd] - Diff between revs 74 and 76
Go to most recent revision |
Show entire file |
Details |
Blame |
View Log
Rev 74 |
Rev 76 |
Line 62... |
Line 62... |
constant tclk2: time := tclk/2;
|
constant tclk2: time := tclk/2;
|
|
|
--! Constante: cuarto de periodo del reloj.
|
--! Constante: cuarto de periodo del reloj.
|
constant tclk4: time := tclk/4;
|
constant tclk4: time := tclk/4;
|
|
|
|
--! Path del directorio donde se encuentra
|
|
constant memoryPath: string := "../../../MinGW/MSys/1.0/home/julian/code/testbench/trunk/sqrtdiv/";
|
|
--constant memoryPath: string := "X:/Tesis/Workspace/hw/rt_lib/arith/src/trunk/sqrtdiv/"
|
|
|
--! Generacion de Clock y de Reset.
|
--! Generacion de Clock y de Reset.
|
component clock_gen
|
component clock_gen
|
generic (tclk : time := tclk);
|
generic (tclk : time := tclk);
|
port (clk,rst : out std_logic);
|
port (clk,rst : out std_logic);
|
© copyright 1999-2025
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.