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

Corrected g_nof_streams name in mms_diag_block_gen instance.

parent 3038cc40
No related branches found
No related tags found
No related merge requests found
...@@ -213,7 +213,7 @@ BEGIN ...@@ -213,7 +213,7 @@ BEGIN
---------------------------------------------------------------------------- ----------------------------------------------------------------------------
u_bg : ENTITY diag_lib.mms_diag_block_gen u_bg : ENTITY diag_lib.mms_diag_block_gen
GENERIC MAP( GENERIC MAP(
g_nof_output_streams => c_bg_nof_output_streams, g_nof_streams => c_bg_nof_output_streams,
g_buf_dat_w => c_bg_buf_dat_w, g_buf_dat_w => c_bg_buf_dat_w,
g_buf_addr_w => c_bg_buf_adr_w, g_buf_addr_w => c_bg_buf_adr_w,
g_file_index_arr => c_bg_data_file_index_arr, g_file_index_arr => c_bg_data_file_index_arr,
......
...@@ -203,7 +203,7 @@ BEGIN ...@@ -203,7 +203,7 @@ BEGIN
---------------------------------------------------------------------------- ----------------------------------------------------------------------------
u_bg : ENTITY diag_lib.mms_diag_block_gen u_bg : ENTITY diag_lib.mms_diag_block_gen
GENERIC MAP( GENERIC MAP(
g_nof_output_streams => c_bg_nof_output_streams, g_nof_streams => c_bg_nof_output_streams,
g_buf_dat_w => c_bg_buf_dat_w, g_buf_dat_w => c_bg_buf_dat_w,
g_buf_addr_w => c_bg_buf_adr_w, g_buf_addr_w => c_bg_buf_adr_w,
g_file_index_arr => c_bg_data_file_index_arr, g_file_index_arr => c_bg_data_file_index_arr,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment