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

Use parameters instead of numbers for mms_diag_block_gen instance.

parent 8a9d2984
No related branches found
No related tags found
No related merge requests found
...@@ -713,9 +713,9 @@ BEGIN ...@@ -713,9 +713,9 @@ BEGIN
GENERIC MAP ( GENERIC MAP (
g_use_usr_input => TRUE, g_use_usr_input => TRUE,
g_use_bg => TRUE, g_use_bg => TRUE,
g_nof_streams => 4, g_nof_streams => g_bf.nof_bf_units, -- 4
g_use_bg_buffer_ram => FALSE, g_use_bg_buffer_ram => FALSE,
g_buf_dat_w => 16, g_buf_dat_w => c_transport_w*c_nof_complex, -- 16b (complex, 2*8b)
g_buf_addr_w => ceil_log2(c_bg_block_size), g_buf_addr_w => ceil_log2(c_bg_block_size),
g_diag_block_gen_rst => c_bg_ctrl, g_diag_block_gen_rst => c_bg_ctrl,
g_usr_bypass_xonoff => TRUE g_usr_bypass_xonoff => TRUE
......
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