From d42dff0f9ba08ca4507013cf8b635a2ba4cad511 Mon Sep 17 00:00:00 2001 From: hadeshyp Date: Thu, 4 Jun 2009 08:50:15 +0000 Subject: [PATCH] attilio --- trb_net16_hub_ipu_logic.vhd | 5 +++++ 1 file changed, 5 insertions(+) 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 -- 2.43.0