From 40313d4428d025c29e5e2230b77119a6c82310fa Mon Sep 17 00:00:00 2001 From: hadeshyp Date: Thu, 26 Feb 2009 17:24:04 +0000 Subject: [PATCH] re-corrected ibuf --- trb_net16_ibuf.vhd | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/trb_net16_ibuf.vhd b/trb_net16_ibuf.vhd index 361779d..11892cd 100644 --- a/trb_net16_ibuf.vhd +++ b/trb_net16_ibuf.vhd @@ -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); -- 2.43.0