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

use g_nof_pkt for dp_lib.dp_packet_unmerge.

parent 3cb44a58
No related branches found
No related tags found
1 merge request!357Move func_sdp_bdo_cep_hdr_field_sel_dest() from sdp_bdo_pkg to...
......@@ -297,7 +297,7 @@ begin
u_dp_packet_unmerge : entity dp_lib.dp_packet_unmerge
generic map (
g_use_ready => false, -- no flow control
g_nof_pkt_max => c_reorder_nof_blocks_max,
g_nof_pkt => c_reorder_nof_blocks_max,
g_pkt_len => 99, -- Length of the unmerged packets
g_bsn_increment => 1
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment