From: Michael Boehmer Date: Sat, 27 Nov 2021 11:58:58 +0000 (+0100) Subject: typo in med_sync_ctrl_RS on debug lines X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=2e8fe31e83c73077ab7ec507c1276fdfca714454;p=trbnet.git typo in med_sync_ctrl_RS on debug lines --- diff --git a/media_interfaces/sync/med_sync_control_RS.vhd b/media_interfaces/sync/med_sync_control_RS.vhd index 16266a6..a2c2323 100644 --- a/media_interfaces/sync/med_sync_control_RS.vhd +++ b/media_interfaces/sync/med_sync_control_RS.vhd @@ -285,7 +285,7 @@ begin DEBUG_OUT(3) <= RX_CDR_LOL_IN; DEBUG_OUT(4) <= RX_LOS_IN; - DEBUG_OUT(31 downto 4) <= (others => '0'); + DEBUG_OUT(31 downto 5) <= (others => '0'); -- DEBUG_OUT <= (others => '0'); end architecture;