From: Ingo Froehlich Date: Fri, 1 Feb 2019 08:40:10 +0000 (+0100) Subject: seems to be stable X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=de3d80ddeb0d1ea8375f1efc638ff530d7bc2c99;p=trbnet.git seems to be stable --- diff --git a/media_interfaces/sync/rx_control.vhd b/media_interfaces/sync/rx_control.vhd index 4d1ce33..6acc7c9 100644 --- a/media_interfaces/sync/rx_control.vhd +++ b/media_interfaces/sync/rx_control.vhd @@ -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;