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

-removed g_nof_blk_per_sync

parent 9969631a
No related branches found
No related tags found
No related merge requests found
......@@ -55,8 +55,7 @@ ENTITY tb_reorder_transpose IS
g_rd_nof_chunks : POSITIVE := 16;
g_rd_interval : POSITIVE := 16;
g_gapsize : NATURAL := 0;
g_nof_blocks : POSITIVE := 16;
g_nof_blk_per_sync : POSITIVE := 16;
g_nof_blocks : POSITIVE := 32;
g_nof_streams : POSITIVE := 4;
g_in_dat_w : POSITIVE := 8;
g_ena_pre_transp : BOOLEAN := TRUE
......@@ -279,7 +278,6 @@ BEGIN
g_in_dat_w => c_bg_buf_dat_w/c_nof_complex,
g_frame_size_in => g_wr_chunksize,
g_frame_size_out => g_wr_chunksize,
g_nof_blk_per_sync => g_nof_blk_per_sync,
g_use_complex => c_use_complex,
g_ena_pre_transp => g_ena_pre_transp,
g_reorder_seq => c_reorder_seq_conf
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment