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

-Set coefficient width back to 18b as synth with BG should fit;

-Re-created 18b MIF files.
parent abfffbd0
No related branches found
No related tags found
No related merge requests found
......@@ -175,7 +175,7 @@ ARCHITECTURE str OF apertif_unb1_correlator IS
CONSTANT c_wpfb_nof_chan : NATURAL := 1; -- = default 0, defines the number of channels (=time-m
CONSTANT c_wpfb_nof_points : NATURAL := 64; -- = 1024, N point FFT
CONSTANT c_wpfb_nof_taps : NATURAL := 8; -- = 8 nof taps n the filter
CONSTANT c_wpfb_coef_w : NATURAL := 9; --FIXME: 9b does not work; needs updated coefficient files.
CONSTANT c_wpfb_coef_w : NATURAL := 18; --FIXME: 9b does not work; needs updated coefficient files.
CONSTANT c_wpfb_in_dat_w : NATURAL := 8; --FIXME: should be 6b at some point
CONSTANT c_wpfb_out_dat_w : NATURAL := 9; --FIXME: Could be wider but is currently 9b to avoid the need for quantization: 9b -> mult -> 18b -> accu -> 32b at the corr output.
CONSTANT c_wpfb_use_separate : BOOLEAN := FALSE; -- = false for complex input, true for two real inputs
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment