Skip to content
Snippets Groups Projects
Commit c8eecf4f authored by Pieter Donker's avatar Pieter Donker
Browse files

L2SDP-301, add things found in filterbank.

parent 10c0bab3
No related branches found
No related tags found
2 merge requests!100Removed text for XSub that is now written in Confluence Subband correlator...,!90Resolve L2SDP-301
......@@ -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)
......
......@@ -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")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment