]> jspc29.x-matter.uni-frankfurt.de Git - trbnet.git/commitdiff
attilio
authorhadeshyp <hadeshyp>
Thu, 4 Jun 2009 08:50:15 +0000 (08:50 +0000)
committerhadeshyp <hadeshyp>
Thu, 4 Jun 2009 08:50:15 +0000 (08:50 +0000)
trb_net16_hub_ipu_logic.vhd

index 1502d1eda7a60511694ecab5f5c2436a3caa9d9b..76e3bbd1186e661b2799a8a6df2567c495328f33 100644 (file)
@@ -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