From a7c7653c434d9c745aa6d5b059f689983f560a44 Mon Sep 17 00:00:00 2001
From: Eric Kooistra <kooistra@astron.nl>
Date: Thu, 16 Jun 2022 09:27:47 +0200
Subject: [PATCH] Improve comment for c_lane_nof_err_counts.

---
 .../lofar2_unb2b_sdp_station/lofar2_unb2b_sdp_station.fpga.yaml | 2 +-
 .../lofar2_unb2c_sdp_station/lofar2_unb2c_sdp_station.fpga.yaml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/applications/lofar2/designs/lofar2_unb2b_sdp_station/lofar2_unb2b_sdp_station.fpga.yaml b/applications/lofar2/designs/lofar2_unb2b_sdp_station/lofar2_unb2b_sdp_station.fpga.yaml
index 2b259463a9..c8ed157e25 100644
--- a/applications/lofar2/designs/lofar2_unb2b_sdp_station/lofar2_unb2b_sdp_station.fpga.yaml
+++ b/applications/lofar2/designs/lofar2_unb2b_sdp_station/lofar2_unb2b_sdp_station.fpga.yaml
@@ -38,7 +38,7 @@ parameters:
   - { name: c_W_beamlet,            value: 8 }
   - { name: c_stat_data_sz,         value: 2 }
   - { name: c_nof_clk_per_pps,      value: c_f_adc_MHz * 10**6 }  # = 200000000
-  - { name: c_lane_nof_err_counts,  value: 8 }  # per lane, per bit in sosi.err field
+  - { name: c_lane_nof_err_counts,  value: 8 }  # per lane, per bit in RX sosi.err field
   - { name: c_ring_nof_mac,         value: 3 }  # 1 TX/RX for RING0 + 1 TX/RX for RING1 + 1 TX/RX for QSFP0
 
 peripherals:
diff --git a/applications/lofar2/designs/lofar2_unb2c_sdp_station/lofar2_unb2c_sdp_station.fpga.yaml b/applications/lofar2/designs/lofar2_unb2c_sdp_station/lofar2_unb2c_sdp_station.fpga.yaml
index 92bd9a5b6d..6f9cb187f8 100644
--- a/applications/lofar2/designs/lofar2_unb2c_sdp_station/lofar2_unb2c_sdp_station.fpga.yaml
+++ b/applications/lofar2/designs/lofar2_unb2c_sdp_station/lofar2_unb2c_sdp_station.fpga.yaml
@@ -38,7 +38,7 @@ parameters:
   - { name: c_W_beamlet,            value: 8 }
   - { name: c_stat_data_sz,         value: 2 }
   - { name: c_nof_clk_per_pps,      value: c_f_adc_MHz * 10**6 }  # = 200000000
-  - { name: c_lane_nof_err_counts,  value: 8 }  # per lane, per bit in sosi.err field
+  - { name: c_lane_nof_err_counts,  value: 8 }  # per lane, per bit in RX sosi.err field
   - { name: c_ring_nof_mac,         value: 3 }  # 1 TX/RX for RING0 + 1 TX/RX for RING1 + 1 TX/RX for QSFP0
 
 peripherals:
-- 
GitLab