From 8ac7ba12f2bae94c314727a9469d83c6e9c21bd2 Mon Sep 17 00:00:00 2001 From: Reinier van der Walle <walle@astron.nl> Date: Tue, 25 May 2021 11:31:42 +0200 Subject: [PATCH] updated yaml file --- .../lofar2_unb2b_sdp_station.fpga.yaml | 31 +++++++++++++------ 1 file changed, 21 insertions(+), 10 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 b5f0b88648..5bb941d057 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 @@ -186,12 +186,12 @@ peripherals: - peripheral_name: common/common_variable_delay peripheral_group: sst mm_port_names: - - REG_STAT_ENABLE + - REG_STAT_ENABLE_SST - peripheral_name: sdp/sdp_statistics_offload_hdr_dat_sst peripheral_group: sst mm_port_names: - - REG_STAT_HDR_DAT + - REG_STAT_HDR_DAT_SST ############################################################################# # BF = Beamformer (from node_sdp_beamformer.vhd) @@ -242,16 +242,26 @@ peripherals: - peripheral_name: st/st_bst_for_sdp mm_port_names: - RAM_ST_BST + + - peripheral_name: common/common_variable_delay + peripheral_group: bst + mm_port_names: + - REG_STAT_ENABLE_BST_0 - # - peripheral_name: common/common_variable_delay - # peripheral_group: bst - # mm_port_names: - # - REG_STAT_ENABLE_BST + - peripheral_name: sdp/sdp_statistics_offload_hdr_dat_bst + peripheral_group: bst + mm_port_names: + - REG_STAT_HDR_DAT_BST_0 + + - peripheral_name: common/common_variable_delay + peripheral_group: bst + mm_port_names: + - REG_STAT_ENABLE_BST_1 - # - peripheral_name: sdp/sdp_statistics_offload_hdr_dat_bst - # peripheral_group: bst - # mm_port_names: - # - REG_STAT_HDR_INFO_BST + - peripheral_name: sdp/sdp_statistics_offload_hdr_dat_bst + peripheral_group: bst + mm_port_names: + - REG_STAT_HDR_DAT_BST_1 - peripheral_name: nw_10GbE/nw_10GbE_unb2legacy peripheral_group: beamlet_output @@ -268,3 +278,4 @@ peripherals: - REG_NW_10GBE_ETH10G + -- GitLab