]> jspc29.x-matter.uni-frankfurt.de Git - trbnet.git/commitdiff
wrong depth on 16k and 32k fifos
authorhadaq <hadaq>
Thu, 19 Aug 2010 08:34:02 +0000 (08:34 +0000)
committerhadaq <hadaq>
Thu, 19 Aug 2010 08:34:02 +0000 (08:34 +0000)
lattice/ecp2m/lattice_ecp2m_fifo.vhd

index a580566201dc53e8ecf53a1ada8e89af469a05ac..e14c0494b65bec322128e667a3924e8b21c9c7df 100644 (file)
@@ -142,9 +142,9 @@ package lattice_ecp2m_fifo is
       WrEn                         : in  std_logic;
       RdEn                         : in  std_logic;
       Reset                        : in  std_logic;
-      AmFullThresh                 : in  std_logic_vector(12 downto 0);
+      AmFullThresh                 : in  std_logic_vector(13 downto 0);
       Q                            : out std_logic_vector(35 downto 0);
-      WCNT                         : out std_logic_vector(13 downto 0);
+      WCNT                         : out std_logic_vector(14 downto 0);
       Empty                        : out std_logic;
       Full                         : out std_logic;
       AlmostFull                   : out std_logic
@@ -159,7 +159,7 @@ package lattice_ecp2m_fifo is
       WrEn                         : in  std_logic;
       RdEn                         : in  std_logic;
       Reset                        : in  std_logic;
-      AmFullThresh                 : in  std_logic_vector(13 downto 0);
+      AmFullThresh                 : in  std_logic_vector(14 downto 0);
       Q                            : out std_logic_vector(35 downto 0);
       WCNT                         : out std_logic_vector(14 downto 0);
       Empty                        : out std_logic;
@@ -274,4 +274,4 @@ package lattice_ecp2m_fifo is
 
 
 
-end package;
\ No newline at end of file
+end package;