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

Subversion Repositories raytrac

[/] [raytrac/] [trunk/] [arithpack.vhd] - Diff between revs 32 and 40

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

Rev 32 Rev 40
Line 33... Line 33...
package arithpack is
package arithpack is
 
 
        --! Constante con el nivel l—gico de reset.
        --! Constante con el nivel l—gico de reset.
        constant rstMasterValue : std_logic := '1';
        constant rstMasterValue : std_logic := '1';
 
 
 
        --! Memoria Rom Para Realizar TestBench
 
        component tbRom
 
        generic (
 
                tbRom_init_file : string := "X:/Tesis/Workspace/hw/rt_lib/arith/bin/mema.mif"
 
        );
 
        port
 
        (
 
                address                 : in std_logic_vector (3 downto 0);
 
                addressstall_a  : in std_logic;
 
                clock                   : in std_logic;
 
                q                               : out std_logic_vector (17 downto 0)
 
        );
 
        end component;
        --! Entidad uf: sus siglas significan undidad funcional. La unidad funcional se encarga de realizar las diferentes operaciones vectoriales (producto cruz — producto punto). 
        --! Entidad uf: sus siglas significan undidad funcional. La unidad funcional se encarga de realizar las diferentes operaciones vectoriales (producto cruz — producto punto). 
        component uf
        component uf
        generic (
        generic (
                        use_std_logic_signed    : string := "NO";
                        use_std_logic_signed    : string := "NO";
                        carry_logic     : string := "CLA"
                        carry_logic     : string := "CLA"

powered by: WebSVN 2.1.0

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