Skip to content
Snippets Groups Projects
Commit 56d411ae authored by Eric Kooistra's avatar Eric Kooistra
Browse files

Use g_use_complex for u_cross_pol dp_reverse_n_data.

parent 851ed596
No related branches found
No related tags found
1 merge request!311Correct beamlet output indexing in tr_10GbE_src_out.data. Verify exact beamlet...
......@@ -141,7 +141,8 @@ BEGIN
g_pipeline_mux_in => 0, -- parallel to serial section
g_pipeline_mux_out => 1,
g_reverse_len => c_sdp_N_pol, -- = 2
g_data_w => 16,
g_data_w => g_raw_dat_w * c_nof_complex,
g_use_complex => TRUE,
g_signed => TRUE
)
PORT MAP (
......
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