Skip to content
Snippets Groups Projects
Commit 8a44724f authored by Daniel van der Schuur's avatar Daniel van der Schuur
Browse files

-Set WPFB reorder to False.

parent aaf1ddf0
No related branches found
No related tags found
No related merge requests found
......@@ -143,10 +143,11 @@ ARCHITECTURE str OF apertif_unb1_correlator IS
CONSTANT c_wpfb_in_dat_w : NATURAL := 8; --6; -- = 8, number of input bits
CONSTANT c_wpfb_out_dat_w : NATURAL := 14; --12; -- = 14, number of output bits: in_dat_w + natural((cei
CONSTANT c_wpfb_use_separate : BOOLEAN := FALSE; -- = false for complex input, true for two real inputs
CONSTANT c_wpfb_use_reorder : BOOLEAN := TRUE;
CONSTANT c_wpfb : t_wpfb := (c_wpfb_wb_factor, c_wpfb_nof_points, c_wpfb_nof_chan, c_wpfb_nof_wb_streams,
c_wpfb_nof_taps, c_wpfb_in_dat_w, 16, 16,
true, c_wpfb_use_separate, 16, c_wpfb_out_dat_w, 18, 2, true, 56, 2,
c_wpfb_use_reorder, c_wpfb_use_separate, 16, c_wpfb_out_dat_w, 18, 2, true, 56, 2,
c_fft_pipeline, c_fft_pipeline, c_fil_ppf_pipeline);
CONSTANT c_wpfb_coefs_file_prefix : STRING := "../../../../../UniBoard/trunk/Firmware/dsp/filter/build/data/coefs_wide1_p64_t8";
......@@ -193,7 +194,7 @@ BEGIN
g_nof_output_streams => c_nof_input_streams,
g_buf_dat_w => 2*c_complex_data_w,
g_buf_addr_w => ceil_log2(TO_UINT(c_bg_ctrl.samples_per_packet)),
g_file_name_prefix => "../../../applications/apertif_unb1_correlator/src/hex/composite_signals",
g_file_name_prefix => "../../../applications/apertif/apertif_unb1_correlator/src/hex/composite_signals",
g_diag_block_gen_rst => c_bg_ctrl
)
PORT MAP (
......@@ -262,7 +263,7 @@ BEGIN
g_sim => TRUE,
g_pass_through => FALSE,
g_rec_not_play => TRUE,
g_rec_play_file => "../../../applications/apertif_unb1_correlator/tb/rec/wpfb_src_out_arr0.rec",
g_rec_play_file => "../../../applications/apertif/apertif_unb1_correlator/tb/rec/wpfb_src_out_arr0.rec",
g_record_invalid => FALSE
)
PORT MAP (
......@@ -303,7 +304,7 @@ BEGIN
g_sim => TRUE,
g_pass_through => FALSE,
g_rec_not_play => TRUE,
g_rec_play_file => "../../../applications/apertif_unb1_correlator/tb/rec/correlator_src_out_arr0.rec",
g_rec_play_file => "../../../applications/apertif/apertif_unb1_correlator/tb/rec/correlator_src_out_arr0.rec",
g_record_invalid => FALSE
)
PORT MAP (
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment