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

Also use g_force_stream /= 0.

parent 4122a09c
No related branches found
No related tags found
No related merge requests found
......@@ -56,8 +56,8 @@ BEGIN
u_act_force_data_1 : ENTITY work.tb_mms_dp_force_data_arr GENERIC MAP (e_active, e_active, 1, 16, 0, -1, 2, -3, 0, 0, 0, FALSE, FALSE);
u_rnd_force_data_3 : ENTITY work.tb_mms_dp_force_data_arr GENERIC MAP (e_random, e_random, 3, 16, 0, -1, 2, -3, 0, 0, 0, FALSE, FALSE);
u_rnd_force_data_incr_3 : ENTITY work.tb_mms_dp_force_data_arr GENERIC MAP (e_random, e_random, 3, 16, 0, -1, 2, -3, 1, 1, 1, FALSE, FALSE);
u_rnd_force_data_incr_sync_3 : ENTITY work.tb_mms_dp_force_data_arr GENERIC MAP (e_random, e_random, 3, 16, 0, -1, 2, -3, 1, 1, 1, TRUE, FALSE);
u_rnd_force_data_incr_sop_3 : ENTITY work.tb_mms_dp_force_data_arr GENERIC MAP (e_random, e_random, 3, 16, 0, -1, 2, -3, 1, 1, 1, FALSE, TRUE);
u_rnd_force_data_incr_3 : ENTITY work.tb_mms_dp_force_data_arr GENERIC MAP (e_random, e_random, 3, 16, 1, -1, 2, -3, 1, 1, 1, FALSE, FALSE);
u_rnd_force_data_incr_sync_3 : ENTITY work.tb_mms_dp_force_data_arr GENERIC MAP (e_random, e_random, 3, 16, 2, -1, 2, -3, 1, 1, 1, TRUE, FALSE);
u_rnd_force_data_incr_sop_3 : ENTITY work.tb_mms_dp_force_data_arr GENERIC MAP (e_random, e_random, 3, 16, 1, -1, 2, -3, 1, 1, 1, FALSE, TRUE);
END tb;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment