From d1dec95d9ffadd87d272d8f8eba260768727536f Mon Sep 17 00:00:00 2001 From: Michael Boehmer Date: Thu, 24 Mar 2022 16:39:36 +0100 Subject: [PATCH] minor changes to get things working :) --- media_interfaces/med_ecp3_sfp_sync_all_125M_RS.vhd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media_interfaces/med_ecp3_sfp_sync_all_125M_RS.vhd b/media_interfaces/med_ecp3_sfp_sync_all_125M_RS.vhd index 7870338..b24fb48 100644 --- a/media_interfaces/med_ecp3_sfp_sync_all_125M_RS.vhd +++ b/media_interfaces/med_ecp3_sfp_sync_all_125M_RS.vhd @@ -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); -- 2.43.0