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

Subversion Repositories gecko3

[/] [gecko3/] [trunk/] [GECKO3COM/] [gecko3com-ip/] [core/] [USB_TMC_cmp.vhd] - Diff between revs 11 and 12

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

Rev 11 Rev 12
Line 43... Line 43...
 --     COMPONENTS  
 --     COMPONENTS  
 ---------------------------------------------------------------------------------
 ---------------------------------------------------------------------------------
 
 
-- FIFO IN
-- FIFO IN
 
 
 
 
component fifo_U2X_2C_1024B
component fifo_U2X_2C_1024B
        port (
        port (
        din          : IN  std_logic_VECTOR(SIZE_DBUS_GPIF-1 downto 0);
        din          : IN  std_logic_VECTOR(SIZE_DBUS_GPIF-1 downto 0);
        rd_clk       : IN  std_logic;
        rd_clk       : IN  std_logic;
        rd_en        : IN  std_logic;
        rd_en        : IN  std_logic;
Line 58... Line 59...
        dout         : OUT std_logic_VECTOR(SIZE_DBUS_FPGA-1 downto 0);
        dout         : OUT std_logic_VECTOR(SIZE_DBUS_FPGA-1 downto 0);
        empty        : OUT std_logic;
        empty        : OUT std_logic;
        full         : OUT std_logic);
        full         : OUT std_logic);
end component;
end component;
 
 
 
 
attribute box_type of fifo_U2X_2C_1024B : component is "black_box";
attribute box_type of fifo_U2X_2C_1024B : component is "black_box";
 
 
--<!-->
--<!-->
 
 
-- FIFO OUT
-- FIFO OUT

powered by: WebSVN 2.1.0

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