Skip to content
Snippets Groups Projects
Commit 8cc522b8 authored by Reinier van der Walle's avatar Reinier van der Walle
Browse files

Modified sdp_scope generics as sdp_scope was generalised.

parent bb30362b
No related branches found
No related tags found
2 merge requests!100Removed text for XSub that is now written in Confluence Subband correlator...,!57Resolve L2SDP-170
......@@ -245,8 +245,11 @@ BEGIN
---------------------------------------------------------------
u_sdp_scope : ENTITY work.sdp_scope
GENERIC MAP (
g_sim => g_sim,
g_selected_subband => g_scope_selected_subband
g_sim => g_sim,
g_selection => g_scope_selected_subband,
g_nof_input => c_sdp_P_pfb,
g_n_deinterleave => c_sdp_Q_fft,
g_dat_w => c_sdp_W_subband
)
PORT MAP (
clk => dp_clk,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment