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

-Updated paths to .rec files

 .due to new 'unb1' or 'unb2' subdirs in the RadioHDL build directory.
-Now also applying BSN filter (forwards BSN 5+ because WPFB output with lower
 BSNs appear incorrect) always; not only in sim.
parent 926ea3d4
No related branches found
No related tags found
No related merge requests found
...@@ -935,7 +935,6 @@ BEGIN ...@@ -935,7 +935,6 @@ BEGIN
-- Workaround for simulation: the first WPFB output block is not usable! --FIXME -- Workaround for simulation: the first WPFB output block is not usable! --FIXME
-- Forward only blocks with BSN 5+ -- Forward only blocks with BSN 5+
----------------------------------------------------------------------------- -----------------------------------------------------------------------------
gen_bsn_filter : IF g_sim = TRUE GENERATE
p_bsn_filter : PROCESS(wpfb_snk_in_arr) p_bsn_filter : PROCESS(wpfb_snk_in_arr)
BEGIN BEGIN
correlator_snk_in_arr <= (OTHERS=>c_dp_sosi_rst); correlator_snk_in_arr <= (OTHERS=>c_dp_sosi_rst);
...@@ -943,11 +942,6 @@ BEGIN ...@@ -943,11 +942,6 @@ BEGIN
correlator_snk_in_arr <= wpfb_src_out_arr; correlator_snk_in_arr <= wpfb_src_out_arr;
END IF; END IF;
END PROCESS; END PROCESS;
END GENERATE;
gen_connect : IF g_sim = FALSE GENERATE
correlator_snk_in_arr <= wpfb_src_out_arr;
END GENERATE;
----------------------------------------------------------------------------- -----------------------------------------------------------------------------
-- Stream recorder to record the WPFB output stream to a file -- Stream recorder to record the WPFB output stream to a file
...@@ -957,7 +951,7 @@ BEGIN ...@@ -957,7 +951,7 @@ BEGIN
g_sim => TRUE, g_sim => TRUE,
g_pass_through => FALSE, g_pass_through => FALSE,
g_rec_not_play => TRUE, g_rec_not_play => TRUE,
g_rec_play_file => "../../../applications/apertif/designs/apertif_unb1_correlator/tb/rec/wpfb_src_out_arr0.rec", g_rec_play_file => "../../../../applications/apertif/designs/apertif_unb1_correlator/tb/rec/wpfb_src_out_arr0.rec",
g_record_invalid => FALSE g_record_invalid => FALSE
) )
PORT MAP ( PORT MAP (
...@@ -1080,7 +1074,7 @@ BEGIN ...@@ -1080,7 +1074,7 @@ BEGIN
g_sim => TRUE, g_sim => TRUE,
g_pass_through => FALSE, g_pass_through => FALSE,
g_rec_not_play => TRUE, g_rec_not_play => TRUE,
g_rec_play_file => "../../../applications/apertif/designs/apertif_unb1_correlator/tb/rec/correlator_src_out_arr0.rec", g_rec_play_file => "../../../../applications/apertif/designs/apertif_unb1_correlator/tb/rec/correlator_src_out_arr0.rec",
g_record_invalid => FALSE g_record_invalid => FALSE
) )
PORT MAP ( PORT MAP (
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment