From 6e246b0bd77385e2e024fc6d409cdef9942e7e89 Mon Sep 17 00:00:00 2001 From: Eric Kooistra <kooistra@astron.nl> Date: Wed, 4 Aug 2021 11:27:48 +0200 Subject: [PATCH] Comment change. --- .../lofar2_unb2b_sdp_station/lofar2_unb2b_sdp_station.fpga.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 9552b50528..4edda8d067 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 @@ -14,7 +14,7 @@ parameters: - { name: c_N_pn_lb, value: 16 } - { name: c_S_pn, value: 12 } - { name: c_Q_fft, value: 2 } - #- { name: c_P_sq, value: 1 + c_N_pn_lb // 2 } # = 1 + 16 // 2 = 9, on revision xsub_one only one X_sq cell is used + #- { name: c_P_sq, value: 1 + c_N_pn_lb // 2 } # = 1 + 16 // 2 = 9, on revision xsub_one only first X_sq cell is used - { name: c_P_sq, value: 1 } # for revision xsub_one only one X_sq cell is used - { name: c_X_sq, value: c_S_pn * c_S_pn } # = 144 - { name: c_N_crosslets, value: 1 } -- GitLab