From: Michael Boehmer Date: Thu, 24 Mar 2022 15:39:36 +0000 (+0100) Subject: minor changes to get things working :) X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=d1dec95d9ffadd87d272d8f8eba260768727536f;p=trbnet.git minor changes to get things working :) --- 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);