]> jspc29.x-matter.uni-frankfurt.de Git - trbnet.git/commitdiff
seems to be stable
authorIngo Froehlich <ingo@nomail.fake>
Fri, 1 Feb 2019 08:40:10 +0000 (09:40 +0100)
committerIngo Froehlich <ingo@nomail.fake>
Fri, 1 Feb 2019 08:40:10 +0000 (09:40 +0100)
media_interfaces/sync/rx_control.vhd

index 4d1ce33a7e709482408c8a2d464e40894c43820a..6acc7c9c7037cf63d9a1175dec1de86f996830c4 100644 (file)
@@ -453,6 +453,7 @@ PROC_RX_FSM : process begin
       num_pakets            <= (others => '0');
       resub_mode            <= '1';
       next_sop              <= '1';
+      retrans_timeout       <= x"00";
       
     when GET_DLM =>
       rx_state_bits         <= x"5";
@@ -500,6 +501,7 @@ PROC_RX_FSM : process begin
     retrans_timeout <= retrans_timeout+1;
     if retrans_timeout = x"ff" then
       req_retr_i <= '1';
+      retrans_timeout <= x"00";
     end if;  
   end if;