From 2d1fcdf2b9611e3b963bc2d018dbd7f48322ade1 Mon Sep 17 00:00:00 2001
From: Eric Kooistra <kooistra@astron.nl>
Date: Wed, 7 Dec 2022 10:22:10 +0100
Subject: [PATCH] Support applying SI per signal input.

---
 .../lofar2_unb2b_sdp_station/lofar2_unb2b_sdp_station.mmap.gold | 2 +-
 .../lofar2_unb2b_sdp_station.mmap.qsys.gold                     | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/applications/lofar2/designs/lofar2_unb2b_sdp_station/lofar2_unb2b_sdp_station.mmap.gold b/applications/lofar2/designs/lofar2_unb2b_sdp_station/lofar2_unb2b_sdp_station.mmap.gold
index 8f34189c14..c5ba7e8ef7 100644
--- a/applications/lofar2/designs/lofar2_unb2b_sdp_station/lofar2_unb2b_sdp_station.mmap.gold
+++ b/applications/lofar2/designs/lofar2_unb2b_sdp_station/lofar2_unb2b_sdp_station.mmap.gold
@@ -183,7 +183,7 @@ number_of_columns = 13
   REG_DIAG_DATA_BUFFER_BSN                  1     12    REG    sync_cnt                                  0x000b0000       1     RO       uint32     b[31:0]           -  -      2    
   -                                         -     -     -      word_cnt                                  0x000b0001       1     RO       uint32     b[31:0]           -  -      -    
   RAM_DIAG_DATA_BUFFER_BSN                  1     12    RAM    data                                      0x000b4000    1024     RW       uint32     b[31:0]     b[15:0]  -      1024 
-  REG_SI                                    1     1     REG    enable                                    0x000b8000       1     RW       uint32      b[0:0]           -  -      -    
+  REG_SI                                    1     1     REG    enable                                    0x000b8000       1     RW       uint32     b[11:0]           -  -      -    
   RAM_FIL_COEFS                             2     16    RAM    data                                      0x000c0000    1024     RW       uint32     b[15:0]           -  16384  1024 
   RAM_EQUALIZER_GAINS                       1     12    RAM    data                                      0x000c8000    1024     RW    cint16_ir     b[31:0]           -  -      1024 
   REG_DP_SELECTOR                           1     1     REG    input_select                              0x000d0000       1     RW       uint32      b[0:0]           -  -      -    
diff --git a/applications/lofar2/designs/lofar2_unb2b_sdp_station/lofar2_unb2b_sdp_station.mmap.qsys.gold b/applications/lofar2/designs/lofar2_unb2b_sdp_station/lofar2_unb2b_sdp_station.mmap.qsys.gold
index 1b53885aa1..53598b995c 100644
--- a/applications/lofar2/designs/lofar2_unb2b_sdp_station/lofar2_unb2b_sdp_station.mmap.qsys.gold
+++ b/applications/lofar2/designs/lofar2_unb2b_sdp_station/lofar2_unb2b_sdp_station.mmap.qsys.gold
@@ -183,7 +183,7 @@ number_of_columns = 13
   REG_DIAG_DATA_BUFFER_BSN                  1     12    REG    sync_cnt                                  0x0004d1a0       1     RO       uint32     b[31:0]           -  -      2    
   -                                         -     -     -      word_cnt                                  0x0004d1a1       1     RO       uint32     b[31:0]           -  -      -    
   RAM_DIAG_DATA_BUFFER_BSN                  1     12    RAM    data                                      0x00200000    1024     RW       uint32     b[31:0]     b[15:0]  -      1024 
-  REG_SI                                    1     1     REG    enable                                    0x0004d2fa       1     RW       uint32      b[0:0]           -  -      -    
+  REG_SI                                    1     1     REG    enable                                    0x0004d2fa       1     RW       uint32     b[11:0]           -  -      -    
   RAM_FIL_COEFS                             2     16    RAM    data                                      0x00030000    1024     RW       uint32     b[15:0]           -  16384  1024 
   RAM_EQUALIZER_GAINS                       1     12    RAM    data                                      0x00040000    1024     RW    cint16_ir     b[31:0]           -  -      1024 
   REG_DP_SELECTOR                           1     1     REG    input_select                              0x0004d2f6       1     RW       uint32      b[0:0]           -  -      -    
-- 
GitLab