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

Removed unused g_throttle_nof_clk_off.

parent 44c35f82
Branches
No related tags found
No related merge requests found
......@@ -50,13 +50,12 @@ BEGIN
-- g_use_prefilter_ones : BOOLEAN := TRUE;
-- -- Input settings
-- g_nof_sync : NATURAL := 3; -- [t] number of sync intervals, is number of integration intervals
-- g_throttle_nof_clk_off : NATURAL := 0; -- throttle stimuli input
-- g_phasor_ampl : REAL := 1.0; -- range 0:1 where by 1.0 corresponds to maximum +amplitude
-- g_phasor_freq : REAL := 1.0; -- for N=64 point FFT choose channel in range -32.0 : 0.0 : 31.0
-- g_phasor_phase : REAL := 0.0 -- [0:2pi>, has nearly no effect on correlator output, because all inputs use the same phasor
u_fft : ENTITY work.tb_node_apertif_unb1_correlator_processing GENERIC MAP (2, 2, 2, 10, 0, FALSE, FALSE, 3, 0, 0.25, 1.0, 0.0);
u_pfb_transparant : ENTITY work.tb_node_apertif_unb1_correlator_processing GENERIC MAP (2, 2, 2, 10, 0, TRUE, TRUE, 3, 0, 0.25, 1.0, 0.0);
u_pfb_application : ENTITY work.tb_node_apertif_unb1_correlator_processing GENERIC MAP (2, 2, 2, 10, 0, TRUE, FALSE, 3, 0, 0.25, 1.0, 0.0);
u_fft : ENTITY work.tb_node_apertif_unb1_correlator_processing GENERIC MAP (2, 2, 2, 10, 0, FALSE, FALSE, 3, 0.25, 1.0, 0.0);
u_pfb_transparant : ENTITY work.tb_node_apertif_unb1_correlator_processing GENERIC MAP (2, 2, 2, 10, 0, TRUE, TRUE, 3, 0.25, 1.0, 0.0);
u_pfb_application : ENTITY work.tb_node_apertif_unb1_correlator_processing GENERIC MAP (2, 2, 2, 10, 0, TRUE, FALSE, 3, 0.25, 1.0, 0.0);
END tb;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment