]> jspc29.x-matter.uni-frankfurt.de Git - trbnet.git/commitdiff
fixed broken RX_DLM_OUT
authorMichael Boehmer <mboehmer@ph.tum.de>
Wed, 16 Feb 2022 14:17:21 +0000 (15:17 +0100)
committerMichael Boehmer <mboehmer@ph.tum.de>
Wed, 16 Feb 2022 14:17:21 +0000 (15:17 +0100)
media_interfaces/med_ecp3_sfp_sync_all_RS.vhd

index bdc408f38c5f21f3b672f65e2e338f1745c1a353..a8dee63d151f90c722afb7eadf66fd3198a392aa 100644 (file)
@@ -501,6 +501,7 @@ gen_control : for i in 0 to 3 generate
     rx_serdes_rst(i)           <= '1'; -- keep in reset
     rx_pcs_rst(i)              <= '1'; -- keep in reset
     wap_req_i(i)               <= '0';
+    rx_dlm_i(i)                <= '0';
     MEDIA_MED2INT(i).dataready <= '0';
     MEDIA_MED2INT(i).tx_read   <= '1';
     MEDIA_MED2INT(i).stat_op   <= x"0007";
@@ -508,6 +509,8 @@ gen_control : for i in 0 to 3 generate
   
 end generate;
 
+  RX_DLM_OUT  <= rx_dlm_i;
+
   wap_req_all <= wap_req_i(0) or wap_req_i(1) or wap_req_i(2) or wap_req_i(3);
 
   -- SIGNAL_SYNC fails. TAKE CARE!