From de3d80ddeb0d1ea8375f1efc638ff530d7bc2c99 Mon Sep 17 00:00:00 2001 From: Ingo Froehlich Date: Fri, 1 Feb 2019 09:40:10 +0100 Subject: [PATCH] seems to be stable --- media_interfaces/sync/rx_control.vhd | 2 ++ 1 file changed, 2 insertions(+) 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; -- 2.43.0