]> jspc29.x-matter.uni-frankfurt.de Git - trbnet.git/commitdiff
minor changes to get things working :)
authorMichael Boehmer <mboehmer@ph.tum.de>
Thu, 24 Mar 2022 15:39:36 +0000 (16:39 +0100)
committerMichael Boehmer <mboehmer@ph.tum.de>
Thu, 24 Mar 2022 15:39:36 +0000 (16:39 +0100)
media_interfaces/med_ecp3_sfp_sync_all_125M_RS.vhd

index 7870338de767a57f85a87664c31d11c671c3776b..b24fb484793acbab234d402c0bddeb7f63c07b90 100644 (file)
@@ -525,7 +525,7 @@ end generate;
   -- SerDes #3 is used for debugging
 --  DEBUG_OUT <= debug_i(0*32+31 downto 0*32);
   -- all SerDes debug
-  DEBUG_OUT(31 downto 24) <= stat_fsm_reset_i(3*32+7 downto 3*32);--debug_i(3*32+7 downto 3*32);
+  DEBUG_OUT(31 downto 24) <= debug_i(3*32+7 downto 3*32);
   DEBUG_OUT(23 downto 16) <= debug_i(2*32+7 downto 2*32);
   DEBUG_OUT(15 downto 8)  <= debug_i(1*32+7 downto 1*32);
   DEBUG_OUT(7 downto 0)   <= debug_i(0*32+7 downto 0*32);