]> 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:06:58 +0000 (12:06 +0100)
media_interfaces/sync/med_sync_control.vhd

index 0baa9e6b21b260cbe94f007ad6e260664d60e314..f64763aacf3f570b4a4183559a1d93bfacfa3e3b 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;