]> jspc29.x-matter.uni-frankfurt.de Git - trbnet.git/commitdiff
re-corrected ibuf
authorhadeshyp <hadeshyp>
Thu, 26 Feb 2009 17:24:04 +0000 (17:24 +0000)
committerhadeshyp <hadeshyp>
Thu, 26 Feb 2009 17:24:04 +0000 (17:24 +0000)
trb_net16_ibuf.vhd

index 361779d376ddd2fed6296a9fda1e2b5a9c8e2f8f..11892cd04415fe13fa75bd33bc2abf1d42cb3c66 100644 (file)
@@ -403,10 +403,10 @@ counter_match <= '1';
       if REPLY_CAN_RECEIVE_DATA = c_NO then
         tmp_INT_REPLY_DATAREADY_OUT <= '0';
       end if;
-      fifo_read <= not fifo_empty and not (fifo_read_before and ((not sbuf_init_free and not current_fifo_packet_type(3))
-                      or (not sbuf_reply_free and current_fifo_packet_type(3))
-                      or not throw_away));
-
+      fifo_read <= not fifo_empty and not (fifo_read_before and not
+                          ((sbuf_init_free and not current_fifo_packet_type(3))
+                       or (sbuf_reply_free and current_fifo_packet_type(3))
+                       or throw_away));
       if (fifo_read_before = '1' and (current_fifo_packet_type(2 downto 0) /= TYPE_EOB)) then
         if SECURE_MODE = 1 then
           tmp_INT_INIT_DATAREADY_OUT <=  (sbuf_init_free) and not current_fifo_packet_type(3);