From: Jan Michel Date: Fri, 2 Feb 2018 11:01:54 +0000 (+0100) Subject: Remove got-link-ready detection for sync interface for the moment. X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=335befcf95a5b1e61db1935cca3f5d5cce09aadc;p=trbnet.git Remove got-link-ready detection for sync interface for the moment. --- 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;