]> jspc29.x-matter.uni-frankfurt.de Git - trb3.git/commitdiff
fixing trb3_components after two people changing the same thing
authorJan Michel <j.michel@gsi.de>
Thu, 15 May 2014 15:11:48 +0000 (17:11 +0200)
committerJan Michel <j.michel@gsi.de>
Thu, 15 May 2014 15:11:48 +0000 (17:11 +0200)
1  2 
base/trb3_components.vhd

index 2a4fc8a30f795c682e175a911109b98bdebecbd0,a0a43a4bf10c12b7c43931b1da8ea306e7b40192..5631286b4d2ad2f9769e966517a48f25f3e1629e
@@@ -450,10 -449,9 +449,10 @@@ package trb3_components i
        Reset       : in  std_logic;
        Q           : out std_logic_vector(35 downto 0);
        Empty       : out std_logic;
 -      Full        : out std_logic);
 -  end component FIFO_36x64_OutReg;
 +      Full        : out std_logic;
 +      AlmostEmpty : out std_logic);
 +  end component;
-   
    component FIFO_36x32_OutReg is
      port (
        Data        : in  std_logic_vector(35 downto 0);
        Reset       : in  std_logic;
        Q           : out std_logic_vector(35 downto 0);
        Empty       : out std_logic;
 -      Full        : out std_logic);
 -  end component FIFO_36x16_OutReg;
 +      Full        : out std_logic;
 +      AlmostEmpty : out std_logic);
 +  end component;  
-   
    component FIFO_DC_36x128_OutReg is
      port (
        Data       : in  std_logic_vector(35 downto 0);