]> jspc29.x-matter.uni-frankfurt.de Git - trbnet.git/commitdiff
typo in med_sync_ctrl_RS on debug lines
authorMichael Boehmer <mboehmer@ph.tum.de>
Sat, 27 Nov 2021 11:58:58 +0000 (12:58 +0100)
committerMichael Boehmer <mboehmer@ph.tum.de>
Sat, 27 Nov 2021 11:58:58 +0000 (12:58 +0100)
media_interfaces/sync/med_sync_control_RS.vhd

index 16266a60d9654daaf3cbe6b8e81459a37ba4b4e7..a2c2323aa44d0019b8c5aa509bc22ed930e25e27 100644 (file)
@@ -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;