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);