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

Correct u_act_act_8_nof_3_only_one_frac.

parent 7e5a2923
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...
Pipeline #58990 passed
......@@ -42,7 +42,7 @@ begin
-- g_pipeline_ready : boolean := true;
-- g_data_w : natural := 4;
-- g_nof_repeat : natural := 20;
-- g_nof_pkt : natural := 3;
-- g_nof_pkt_merge : natural := 3;
-- g_pkt_len_merge : natural := 29;
-- g_pkt_len_unmerge : natural := 29;
-- g_pkt_gap : natural := 0;
......@@ -68,7 +68,7 @@ begin
u_act_act_8_nof_3_more_unmerge : entity work.tb_dp_packet_merge_unmerge generic map ( e_active, e_active, true, 8, c_nof_repeat, 3, 7, 6, 0, 1);
u_act_act_8_nof_3_last_len_1 : entity work.tb_dp_packet_merge_unmerge generic map ( e_active, e_active, true, 8, c_nof_repeat, 3, 7, 10, 0, 1);
u_act_act_8_nof_3_only_one : entity work.tb_dp_packet_merge_unmerge generic map ( e_active, e_active, true, 8, c_nof_repeat, 3, 7, 21, 0, 1);
u_act_act_8_nof_3_only_one_frac : entity work.tb_dp_packet_merge_unmerge generic map ( e_active, e_active, true, 8, c_nof_repeat, 3, 7, 21, 0, 1);
u_act_act_8_nof_3_only_one_frac : entity work.tb_dp_packet_merge_unmerge generic map ( e_active, e_active, true, 8, c_nof_repeat, 3, 7, 30, 0, 1);
-- Flow control
u_rnd_act_8_nof_3 : entity work.tb_dp_packet_merge_unmerge generic map ( e_random, e_active, true, 8, c_nof_repeat, 3, 29, 29, 0, 1);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment