Resolve L2SDP-294
3 unresolved threads
3 unresolved threads
Closes L2SDP-294
Merge request reports
Activity
requested review from @kooistra
assigned to @walle
109 109 CONSTANT c_sdp_W_bf_weight : NATURAL := 16; -- = w in s(w, p), s = signed 110 110 CONSTANT c_sdp_W_bf_weight_fraction : NATURAL := 14; -- = p in s(w, p) 111 111 CONSTANT c_sdp_W_bf_weight_magnitude : NATURAL := c_sdp_W_bf_weight - c_sdp_W_bf_weight_fraction - 1; -- = 1 112 CONSTANT c_sdp_N_ring_mac : NATURAL := 3; -- for sdp_station_xsub_ring design. Waarom 3, is dat 2 voor ring via PCB + 1 voor ring via QSFP. Ja inderdaad. klopt dit comment wel, het is toch 3 MAC10Gs voor 1 QSFP ring. ja lijkt me wel het xsub_ring design gebruikt 1 lane waarvoor er 3 MACs gebruikt zijn.
Met 3 MACs kun je een lane in positieve richting gebruiken en een lane in negatieve richting. Straks voor het "bf_ring" design waar we 2 lanes in positieve richting gebruiken, heb je dus 6 MACs nodig. Voor de full met XSUB en BF hebben we dan 9 MACs nodig.
changed this line in version 2 of the diff
254 254 -- No need to transfer eop counter across clock domains for single clock 255 255 ELSE 256 256 wr_eop_busy <= '0'; -- To prevent inferred latch. changed this line in version 2 of the diff
added 2 commits
109 109 CONSTANT c_sdp_W_bf_weight : NATURAL := 16; -- = w in s(w, p), s = signed 110 110 CONSTANT c_sdp_W_bf_weight_fraction : NATURAL := 14; -- = p in s(w, p) 111 111 CONSTANT c_sdp_W_bf_weight_magnitude : NATURAL := c_sdp_W_bf_weight - c_sdp_W_bf_weight_fraction - 1; -- = 1 112 CONSTANT c_sdp_N_ring_mac10g : NATURAL := 3; -- for sdp_station_xsub_ring design. changed this line in version 3 of the diff
mentioned in commit 6e08fa92
unassigned @walle
Please register or sign in to reply