Skip to content
Snippets Groups Projects
Commit 7e74b3cd authored by Pepping's avatar Pepping
Browse files

-UPdated fro single stream

parent 08c841b5
No related branches found
No related tags found
No related merge requests found
...@@ -95,7 +95,7 @@ STREAM_ID = 0 ...@@ -95,7 +95,7 @@ STREAM_ID = 0
NOF_WORDS_PER_BLOCK = 10 NOF_WORDS_PER_BLOCK = 10
NOF_BLOCKS_PER_PACKET = 1 NOF_BLOCKS_PER_PACKET = 1
c_bg_nof_streams = 3 c_bg_nof_streams = 1
c_bg_ram_size = 1024 c_bg_ram_size = 1024
c_in_dat_w = 16 c_in_dat_w = 16
c_bg_block_size = 900 c_bg_block_size = 900
......
...@@ -89,6 +89,7 @@ BEGIN ...@@ -89,6 +89,7 @@ BEGIN
------------------------------------------------------------------------------ ------------------------------------------------------------------------------
u_lcu : ENTITY work.compaan_unb1_dp_offload u_lcu : ENTITY work.compaan_unb1_dp_offload
GENERIC MAP ( GENERIC MAP (
g_use_loopback => FALSE,
g_sim => c_sim, g_sim => c_sim,
g_sim_unb_nr => c_unb1_board_nr, g_sim_unb_nr => c_unb1_board_nr,
g_sim_node_nr => c_node_nr_lcu g_sim_node_nr => c_node_nr_lcu
...@@ -108,6 +109,7 @@ BEGIN ...@@ -108,6 +109,7 @@ BEGIN
------------------------------------------------------------------------------ ------------------------------------------------------------------------------
u_dut : ENTITY work.compaan_unb1_dp_offload u_dut : ENTITY work.compaan_unb1_dp_offload
GENERIC MAP ( GENERIC MAP (
g_use_loopback => TRUE,
g_sim => c_sim, g_sim => c_sim,
g_sim_unb_nr => c_unb1_board_nr, g_sim_unb_nr => c_unb1_board_nr,
g_sim_node_nr => c_node_nr_dut g_sim_node_nr => c_node_nr_dut
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment