Skip to content
Snippets Groups Projects
Commit ee86e310 authored by Pepping's avatar Pepping
Browse files

CHanged the

parent f8e3edc6
Branches
No related tags found
No related merge requests found
...@@ -127,7 +127,7 @@ ARCHITECTURE str OF reorder_transpose IS ...@@ -127,7 +127,7 @@ ARCHITECTURE str OF reorder_transpose IS
CONSTANT c_data_w : NATURAL := sel_a_b(g_use_complex, c_complex_data_w, c_total_data_w); CONSTANT c_data_w : NATURAL := sel_a_b(g_use_complex, c_complex_data_w, c_total_data_w);
CONSTANT c_nof_ch_in : NATURAL := g_frame_size_in*g_reorder_seq.rd_chunksize; CONSTANT c_nof_ch_in : NATURAL := g_frame_size_in*g_reorder_seq.rd_chunksize;
CONSTANT c_nof_ch_sel : NATURAL := c_nof_ch_in; CONSTANT c_nof_ch_sel : NATURAL := g_reorder_seq.wr_chunksize*g_reorder_seq.rd_chunksize;
CONSTANT c_data_w_ratio : POSITIVE := g_mem_dat_w/c_data_w; CONSTANT c_data_w_ratio : POSITIVE := g_mem_dat_w/c_data_w;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment