From: hadeshyp Date: Thu, 4 Jun 2009 08:50:15 +0000 (+0000) Subject: attilio X-Git-Tag: oldGBE~443 X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=d42dff0f9ba08ca4507013cf8b635a2ba4cad511;p=trbnet.git attilio --- diff --git a/trb_net16_hub_ipu_logic.vhd b/trb_net16_hub_ipu_logic.vhd index 1502d1e..76e3bbd 100644 --- a/trb_net16_hub_ipu_logic.vhd +++ b/trb_net16_hub_ipu_logic.vhd @@ -836,6 +836,11 @@ reply_compare_finished <= reply_compare_start; next_state <= WAIT_FOR_HDR_DATA; end if; + when WAIT_FOR_REPLY => + if got_all_reply_starts = '1' then + next_state <= WAIT_FOR_HDR_DATA; + end if; + when WAIT_FOR_HDR_DATA => --start writing HDR when first reply is received, stop waiting for length last_dhdr_addr <= "010"; case packet_counter is