STAT_DEBUG(20) <= rx_ready;
STAT_DEBUG(21) <= tx_ready;
STAT_DEBUG(22) <= clk_rx_full;
-STAT_DEBUG(63 downto 23) <= (others => '0');
+STAT_DEBUG(29 downto 23) <= debug_med_sync_control_i(23 downto 17);
+STAT_DEBUG(63 downto 30) <= (others => '0');
stat_med(0) <= rst_qd;
stat_med(1) <= rx_pcs_rst;
DEBUG_OUT(11) <= reset_i;
DEBUG_OUT(12) <= CLEAR;
DEBUG_OUT(16 downto 13) <= rx_fsm_state;
-DEBUG_OUT(31 downto 17) <= (others => '0');
+DEBUG_OUT(17) <= RX_CV;
+DEBUG_OUT(31 downto 18) <= (others => '0');
end architecture;