From f84e9a0d4fbd868451bfd764ddaeef74a66ab67f Mon Sep 17 00:00:00 2001 From: Pepping <pepping> Date: Thu, 29 Jan 2015 09:57:33 +0000 Subject: [PATCH] -removed g_nof_blk_per_sync --- libraries/base/reorder/tb/vhdl/tb_reorder_transpose.vhd | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/libraries/base/reorder/tb/vhdl/tb_reorder_transpose.vhd b/libraries/base/reorder/tb/vhdl/tb_reorder_transpose.vhd index d12d07e400..0c83e15661 100644 --- a/libraries/base/reorder/tb/vhdl/tb_reorder_transpose.vhd +++ b/libraries/base/reorder/tb/vhdl/tb_reorder_transpose.vhd @@ -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 -- GitLab