From c8eecf4f0a750ee4aef48635e7ef447ff6990b70 Mon Sep 17 00:00:00 2001
From: donker <donker@astron.nl>
Date: Thu, 6 May 2021 10:05:49 +0200
Subject: [PATCH] L2SDP-301, add things found in filterbank.

---
 .../lofar2_unb2b_sdp_station.fpga.yaml                    | 8 ++++----
 .../src/vhdl/mmm_lofar2_unb2b_sdp_station.vhd             | 2 +-
 2 files changed, 5 insertions(+), 5 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 aa7cf53417..11c42ec5f0 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
@@ -132,14 +132,14 @@ peripherals:
     parameter_overrides:
       - { name: g_nof_streams, value: c_S_pn }
     mm_port_names:
-      - REG_DIAG_WG
-      - RAM_DIAG_WG
+      - REG_WG
+      - RAM_WG
       
   - peripheral_name: aduh/aduh_mon_dc_power
     parameter_overrides:
       - { name: g_nof_streams, value: c_S_pn }
     mm_port_names:
-      - REG_ADUH_MON
+      - REG_ADUH_MONITOR
 
   # Commented RAM_ADUH_MON, because use RAM_DIAG_DATA_BUF_BSN instead
   #- peripheral_name: aduh/aduh_mon_data_buffer
@@ -198,7 +198,7 @@ peripherals:
   - peripheral_name: sdp/sdp_statistics_offload_hdr_dat_sst
     peripheral_group: sst
     mm_port_names:
-      - REG_STAT_HDR_INFO
+      - REG_STAT_HDR_DAT
 
   #############################################################################
   # BF = Beamformer (from node_sdp_beamformer.vhd)
diff --git a/applications/lofar2/designs/lofar2_unb2b_sdp_station/src/vhdl/mmm_lofar2_unb2b_sdp_station.vhd b/applications/lofar2/designs/lofar2_unb2b_sdp_station/src/vhdl/mmm_lofar2_unb2b_sdp_station.vhd
index 392b2349bf..077878a6f2 100644
--- a/applications/lofar2/designs/lofar2_unb2b_sdp_station/src/vhdl/mmm_lofar2_unb2b_sdp_station.vhd
+++ b/applications/lofar2/designs/lofar2_unb2b_sdp_station/src/vhdl/mmm_lofar2_unb2b_sdp_station.vhd
@@ -318,7 +318,7 @@ BEGIN
     u_mm_file_reg_stat_enable        : mm_file GENERIC MAP(mmf_unb_file_prefix(g_sim_unb_nr, c_sim_node_nr, c_sim_node_type) & "REG_STAT_ENABLE")
                                                PORT MAP(mm_rst, mm_clk, reg_stat_enable_mosi, reg_stat_enable_miso );
 
-    u_mm_file_reg_stat_hdr_info      : mm_file GENERIC MAP(mmf_unb_file_prefix(g_sim_unb_nr, c_sim_node_nr, c_sim_node_type) & "REG_STAT_HDR_INFO")
+    u_mm_file_reg_stat_hdr_info      : mm_file GENERIC MAP(mmf_unb_file_prefix(g_sim_unb_nr, c_sim_node_nr, c_sim_node_type) & "REG_STAT_HDR_DAT")
                                                PORT MAP(mm_rst, mm_clk, reg_stat_hdr_dat_mosi, reg_stat_hdr_dat_miso);
 
     u_mm_file_reg_nw_10GbE_mac       : mm_file GENERIC MAP(mmf_unb_file_prefix(g_sim_unb_nr, c_sim_node_nr, c_sim_node_type) & "REG_NW_10GBE_MAC")
-- 
GitLab