]> jspc29.x-matter.uni-frankfurt.de Git - trbnet.git/commitdiff
add debug line for CV
authorJan Michel <michel@physik.uni-frankfurt.de>
Mon, 21 Oct 2024 08:22:20 +0000 (10:22 +0200)
committerJan Michel <michel@physik.uni-frankfurt.de>
Mon, 21 Oct 2024 08:22:20 +0000 (10:22 +0200)
media_interfaces/med_ecp5_sfp_sync.vhd
media_interfaces/sync/med_sync_control.vhd

index 220d97390c4bc7f201965afcd775ea398414db61..ec40cba3df34981238ee4e06981b8bcfa447db80 100644 (file)
@@ -345,7 +345,8 @@ STAT_DEBUG(19 downto 16) <= debug_med_sync_control_i(16 downto 13);
 STAT_DEBUG(20)           <= rx_ready;
 STAT_DEBUG(21)           <= tx_ready;
 STAT_DEBUG(22)           <= clk_rx_full;
-STAT_DEBUG(63 downto 23) <= (others => '0');
+STAT_DEBUG(29 downto 23) <= debug_med_sync_control_i(23 downto 17);     
+STAT_DEBUG(63 downto 30) <= (others => '0');
 
 stat_med(0) <= rst_qd; 
 stat_med(1) <= rx_pcs_rst;
index b17ea4c44e94a8032c606f814554736a5600e81b..b4686503eba2dc31c749c425c7152c87530794fc 100644 (file)
@@ -423,6 +423,7 @@ DEBUG_OUT(10) <= finished_reset_tx;
 DEBUG_OUT(11) <= reset_i;
 DEBUG_OUT(12) <= CLEAR;
 DEBUG_OUT(16 downto 13) <= rx_fsm_state;
-DEBUG_OUT(31 downto 17) <= (others => '0');
+DEBUG_OUT(17) <= RX_CV;
+DEBUG_OUT(31 downto 18) <= (others => '0');
 
 end architecture;