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

Changed c_ into g_. Use g_weights_w = 8 to see that it overrules the default 16.

parent 56f98b04
No related branches found
No related tags found
No related merge requests found
...@@ -8,7 +8,7 @@ peripherals: ...@@ -8,7 +8,7 @@ peripherals:
- mms_diag_block_gen: { nof_inst: 1, label: "input", g_nof_streams: 12, g_buf_addr_w: 7} - mms_diag_block_gen: { nof_inst: 1, label: "input", g_nof_streams: 12, g_buf_addr_w: 7}
- mms_diag_block_gen: { nof_inst: 1, label: "mesh", g_nof_streams: 8, g_buf_addr_w: 8} - mms_diag_block_gen: { nof_inst: 1, label: "mesh", g_nof_streams: 8, g_buf_addr_w: 8}
- mms_diag_block_gen: { nof_inst: 1, label: "proc", g_nof_streams: 12, g_buf_addr_w: 7} - mms_diag_block_gen: { nof_inst: 1, label: "proc", g_nof_streams: 12, g_buf_addr_w: 7}
- bf_unit: { nof_inst: 4, c_weights_w: 16, c_nof_weights: 128, c_nof_signal_paths: 32, c_nof_subbands: 12, c_nof_signal_paths_per_stream: 2, c_nof_input_streams: 8, c_nof_g: 8} - bf_unit: { nof_inst: 4, g_weights_w: 8, g_nof_weights: 128, g_nof_signal_paths: 32, g_nof_subbands: 12, g_nof_signal_paths_per_stream: 2, g_nof_input_streams: 8}
- mms_diag_block_gen: { nof_inst: 1, label: "output", g_nof_streams: 2} - mms_diag_block_gen: { nof_inst: 1, label: "output", g_nof_streams: 2}
- mms_diag_data_buffer: { nof_inst: 1, label: "input_pre", g_nof_streams: 12, g_data_w: 16, g_buf_nof_data: 8192} - mms_diag_data_buffer: { nof_inst: 1, label: "input_pre", g_nof_streams: 12, g_data_w: 16, g_buf_nof_data: 8192}
- mms_diag_data_buffer: { nof_inst: 1, label: "input_post", g_nof_streams: 12, g_data_w: 16, g_buf_nof_data: 8192} - mms_diag_data_buffer: { nof_inst: 1, label: "input_post", g_nof_streams: 12, g_data_w: 16, g_buf_nof_data: 8192}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment