From 335befcf95a5b1e61db1935cca3f5d5cce09aadc Mon Sep 17 00:00:00 2001 From: Jan Michel Date: Fri, 2 Feb 2018 12:01:54 +0100 Subject: [PATCH] Remove got-link-ready detection for sync interface for the moment. --- media_interfaces/sync/med_sync_control.vhd | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/media_interfaces/sync/med_sync_control.vhd b/media_interfaces/sync/med_sync_control.vhd index 1ed066e..48771a6 100644 --- a/media_interfaces/sync/med_sync_control.vhd +++ b/media_interfaces/sync/med_sync_control.vhd @@ -177,7 +177,8 @@ end process; PROC_START_TIMER : process begin wait until rising_edge(CLK_SYS); - if got_link_ready_i = '1' then + -- if got_link_ready_i = '1' then + if finished_reset_tx_q = '1' and finished_reset_rx_q = '1' then if start_timer(start_timer'left) = '0' then start_timer <= start_timer + 1; end if; -- 2.43.0