updated pinning file for lofar2_unb2c_sdp_station and corrected vector
2 unresolved threads
2 unresolved threads
width of jesd sync outputs
Closes L2SDP-237
Merge request reports
Activity
101 101 jesd204b_serial_data : IN STD_LOGIC_VECTOR(c_sdp_S_pn-1 downto 0); 102 102 jesd204b_refclk : IN STD_LOGIC; 103 103 jesd204b_sysref : IN STD_LOGIC; 104 jesd204b_sync_n : OUT STD_LOGIC_VECTOR(c_sdp_S_pn-1 DOWNTO 0); 104 jesd204b_sync_n : OUT STD_LOGIC_VECTOR((c_sdp_S_pn / c_sdp_S_rcu)-1 DOWNTO 0); Misschien kunnen we in sdp_pkg.vhd ook definieren:
c_sdp_N_sync_rcu = 1; -- nof JESD IP sync outputs per RCU2 c_sdp_N_sync_jesd = c_sdp_S_pn * c_sdp_N_sync_rcu / c_sdp_S_rcu; -- = 4, nof JESD IP sync outputs per PN
Dan wordt:
g_nof_sync_n = c_sdp_N_sync_jesd, en is c_nof_sync_n niet nodig.
Edited by Eric Kooistrachanged this line in version 2 of the diff
75 75 CONSTANT c_unb2c_board_tr_ring : t_c_unb2c_board_tr := (2, 12, 0); -- per node: 2 buses with 12 channels 76 76 CONSTANT c_unb2c_board_tr_qsfp : t_c_unb2c_board_tr := (6, 4, 0); -- per node: 6 buses with 4 channels 77 77 CONSTANT c_unb2c_board_tr_jesd204b : t_c_unb2c_board_tr := (1, 12, 0); -- per node: 1 buses with 12 channels 78 CONSTANT c_unb2c_board_nof_tr_jesd204b : NATURAL := 6; --Only 6 channels used in unb2b lab tests 79 CONSTANT c_unb2c_board_start_tr_jesd204b : NATURAL := 42; --First transceiver used in unb2b lab tests 80 CONSTANT c_unb2c_board_nof_sync_jesd204b : NATURAL := 2; --Only 6 channels used in unb2b lab tests 78 CONSTANT c_unb2c_board_nof_tr_jesd204b : NATURAL := 12; -- 12 channels used in unb2c lab tests mentioned in commit 0a3da5b8
unassigned @walle
Please register or sign in to reply