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

Remove default c_wpfb from wpfb_pkg.vhd and from g_wpfb map to enforce...

Remove default c_wpfb from wpfb_pkg.vhd and from g_wpfb map to enforce explicite asignment of g_wpfb per instance.
parent 0383f051
No related branches found
No related tags found
No related merge requests found
...@@ -66,12 +66,6 @@ package wpfb_pkg is ...@@ -66,12 +66,6 @@ package wpfb_pkg is
end record; end record;
-- Default
constant c_wpfb : t_wpfb := (4, 1024, 0, 1,
16, 0, 8, 16, 16,
true, false, true, 16, 16, 0, c_dsp_mult_w, 2, true, 56, 2, 800000,
c_fft_pipeline, c_fft_pipeline, c_fil_ppf_pipeline);
----------------------------------------------------------------------------- -----------------------------------------------------------------------------
-- Apertif application specfic settings -- Apertif application specfic settings
----------------------------------------------------------------------------- -----------------------------------------------------------------------------
......
...@@ -62,7 +62,7 @@ use work.wpfb_pkg.all; ...@@ -62,7 +62,7 @@ use work.wpfb_pkg.all;
entity wpfb_unit is entity wpfb_unit is
generic ( generic (
g_wpfb : t_wpfb := c_wpfb; g_wpfb : t_wpfb;
g_use_prefilter : boolean := TRUE; g_use_prefilter : boolean := TRUE;
g_stats_ena : boolean := TRUE; -- Enables the statistics unit g_stats_ena : boolean := TRUE; -- Enables the statistics unit
g_use_bg : boolean := FALSE; g_use_bg : boolean := FALSE;
......
...@@ -359,7 +359,7 @@ use work.wpfb_pkg.all; ...@@ -359,7 +359,7 @@ use work.wpfb_pkg.all;
entity wpfb_unit_dev is entity wpfb_unit_dev is
generic ( generic (
g_big_endian_wb_in : boolean := true; g_big_endian_wb_in : boolean := true;
g_wpfb : t_wpfb := c_wpfb; g_wpfb : t_wpfb;
g_dont_flip_channels: boolean := false; -- True preserves channel interleaving for pipelined FFT g_dont_flip_channels: boolean := false; -- True preserves channel interleaving for pipelined FFT
g_use_prefilter : boolean := TRUE; g_use_prefilter : boolean := TRUE;
g_stats_ena : boolean := TRUE; -- Enables the statistics unit g_stats_ena : boolean := TRUE; -- Enables the statistics unit
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment