diff --git a/sources/CRToHost/CRToHost.vhd b/sources/CRToHost/CRToHost.vhd
index e3eaef998f3f93c605fbf64c998997d6f50302ff..4c2f451d57b4cd594d91c1446ca8a521a720de86 100644
--- a/sources/CRToHost/CRToHost.vhd
+++ b/sources/CRToHost/CRToHost.vhd
@@ -199,8 +199,8 @@ begin
                 chFifo_dvalid => chFifo_dvalid_array(channel+1),
                 chFifo_hasBlock => chFifo_hasBlock_array(channel+1),
                 chXoffout => Xoff_40(channel),
-                chHighThreshCrossed => register_map_xoff_monitor.XOFF_FM_HIGH_THRESH.CROSS_LATCHED(channel+24),
-                chHighThreshCrossedLatch => register_map_xoff_monitor.XOFF_FM_HIGH_THRESH.CROSSED(channel),
+                chHighThreshCrossed => register_map_xoff_monitor.XOFF_FM_HIGH_THRESH.CROSSED(channel),
+                chHighThreshCrossedLatch => register_map_xoff_monitor.XOFF_FM_HIGH_THRESH.CROSS_LATCHED(channel+24),
                 chLowThreshCrossed => register_map_xoff_monitor.XOFF_FM_LOW_THRESH_CROSSED(channel),
                 AXIS_ID_out => EpathIDs(channel+1),
                 ch_prog_full_out => ch_prog_full(channel)