]> jspc29.x-matter.uni-frankfurt.de Git - trbnet.git/commitdiff
Remove got-link-ready detection for sync interface for the moment.
authorJan Michel <j.michel@gsi.de>
Fri, 2 Feb 2018 11:01:54 +0000 (12:01 +0100)
committerJan Michel <j.michel@gsi.de>
Fri, 2 Feb 2018 11:01:54 +0000 (12:01 +0100)
media_interfaces/sync/med_sync_control.vhd

index 1ed066eb6d3b95cd0a52599b5c9cc38801a66e5a..48771a6b4e34b04f92acf21dcccf11c74955a5e5 100644 (file)
@@ -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;