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

Rename reorder_col instances.

parent 735d4eda
No related branches found
No related tags found
1 merge request!339Resolve L2SDP-959
......@@ -27,7 +27,6 @@
-- It assumes that the g_nof_ch_in input channels are equally
-- distributed over the g_wb_factor input streams.
--
--
-- Remarks:
--
......@@ -43,7 +42,7 @@ entity reorder_col_wide is
generic (
g_technology : natural := c_tech_select_default;
g_wb_factor : natural := 4;
g_dsp_data_w : natural := 18;
g_dsp_data_w : natural := 18; -- complex data width, = c_data_w / 2
g_nof_ch_in : natural := 256;
g_nof_ch_sel : natural := 192; -- g_nof_ch_sel < g_nof_ch_in
g_select_file_prefix : string := "UNUSED";
......@@ -99,8 +98,8 @@ begin
---------------------------------------------------------------
-- INSTANTIATE MULTIPLE SINGLE CHANNEL SUBBAND SELECT UNITS
---------------------------------------------------------------
gen_ss_singles : for I in 0 to g_wb_factor - 1 generate
u_single_ss : entity work.reorder_col
gen_reorder_col_arr : for I in 0 to g_wb_factor - 1 generate
u_reorder_col : entity work.reorder_col
generic map (
g_technology => g_technology,
g_dsp_data_w => g_dsp_data_w,
......
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