Skip to content
Snippets Groups Projects

rx_clk -> dp_clk FIFO in JESD204b component.

Merged Eric Kooistra requested to merge L2SDP-1007 into master
22 files
+ 3393
616
Compare changes
  • Side-by-side
  • Inline
Files
22
@@ -36,7 +36,7 @@ package lofar2_unb2b_sdp_station_pkg is
use_oversample : boolean;
use_bf : boolean;
use_bdo_transpose : boolean;
nof_bdo_destinations_max : natural; -- <= c_sdp_bdo_mm_nof_destinations_max
nof_bdo_destinations_max : natural; -- <= c_sdp_bdo_mm_nof_destinations_max = 32 in sdp_bdo_pkg.vhd
use_xsub : boolean;
use_ring : boolean;
P_sq : natural;
@@ -51,7 +51,7 @@ package lofar2_unb2b_sdp_station_pkg is
constant c_xsub_one : t_lofar2_unb2b_sdp_station_config := (false, true, false, false, false, 1, true, false, 1);
constant c_xsub_ring : t_lofar2_unb2b_sdp_station_config := (false, true, false, false, false, 1, true, true, 9);
-- use c_full_wg for SDP regression test on Arts-unb2b
constant c_full_wg : t_lofar2_unb2b_sdp_station_config := (true, true, false, true, true, 32, true, true, 9);
constant c_full_wg : t_lofar2_unb2b_sdp_station_config := (true, true, false, true, true, 8, true, true, 9);
constant c_full : t_lofar2_unb2b_sdp_station_config := (false, true, false, true, false, 1, true, true, 9);
constant c_full_wg_os : t_lofar2_unb2b_sdp_station_config := (true, true, true, true, false, 1, true, true, 9);
-- use c_full_os for SDP on LTS-unb2b of Disturb2
Loading