]> jspc29.x-matter.uni-frankfurt.de Git - trbnet.git/commitdiff
*** empty log message ***
authorhadeshyp <hadeshyp>
Tue, 6 Nov 2007 12:38:04 +0000 (12:38 +0000)
committerhadeshyp <hadeshyp>
Tue, 6 Nov 2007 12:38:04 +0000 (12:38 +0000)
trb_net_fifo.vhd

index 21174a1596ea8e35921de3016012ef672510a581..83e824344eb1701bec7154d5552206e29d9b31bc 100644 (file)
@@ -23,6 +23,7 @@ entity trb_net_fifo is
         DATA_IN         : in  std_logic_vector(WIDTH - 1 downto 0);  -- Input data
         WRITE_ENABLE_IN : in  std_logic;               
         DATA_OUT        : out std_logic_vector(WIDTH - 1 downto 0);  -- Output data
+           --output data MUST BE 0 if no data is available
         READ_ENABLE_IN  : in  std_logic; 
         FULL_OUT        : out std_logic;       -- Full Flag
         EMPTY_OUT       : out std_logic;