From 2e8fe31e83c73077ab7ec507c1276fdfca714454 Mon Sep 17 00:00:00 2001 From: Michael Boehmer Date: Sat, 27 Nov 2021 12:58:58 +0100 Subject: [PATCH] typo in med_sync_ctrl_RS on debug lines --- media_interfaces/sync/med_sync_control_RS.vhd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.43.0