Commit bfead190 authored by Lucas Russo's avatar Lucas Russo

modules/*/wb_facq_core_mux/*: fix missing generic to inner module

the generic g_acq_num_cores were not being passed
to the inner modules, causing it to use only the
default value.
parent c3417443
......@@ -154,6 +154,7 @@ begin
g_multishot_ram_size => g_multishot_ram_size,
g_fifo_fc_size => g_fifo_fc_size,
g_sim_readback => g_sim_readback,
g_acq_num_cores => g_acq_num_cores,
g_ddr_interface_type => g_ddr_interface_type,
g_max_burst_size => g_max_burst_size
)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment