Skip to content
Snippets Groups Projects

Resolve L2SDP-1035

Merged Eric Kooistra requested to merge L2SDP-1035 into master
12 files
+ 219
95
Compare changes
  • Side-by-side
  • Inline
Files
12
@@ -369,9 +369,9 @@ begin
---------------------------------------------------------------
u_sdp_bst_udp_offload: entity work.sdp_statistics_offload
generic map (
g_statistics_type => "BST",
g_offload_time => sel_a_b(g_sim, g_sim_sdp.offload_time, c_sdp_offload_time),
g_beamset_id => g_beamset_id
g_statistics_type => "BST",
g_offload_node_time => sel_a_b(g_sim, g_sim_sdp.offload_node_time, c_sdp_offload_node_time),
g_beamset_id => g_beamset_id
)
port map (
mm_clk => mm_clk,
Loading