From 5cbd1a24ca056bf877d2b54bcd16b4780146db4b Mon Sep 17 00:00:00 2001
From: Pepping <pepping>
Date: Wed, 28 Jan 2015 11:09:55 +0000
Subject: [PATCH] -removed wr_nog_chunks

---
 .../base/reorder/tb/python/tc_reorder_transpose.py | 14 ++++++--------
 1 file changed, 6 insertions(+), 8 deletions(-)

diff --git a/libraries/base/reorder/tb/python/tc_reorder_transpose.py b/libraries/base/reorder/tb/python/tc_reorder_transpose.py
index e6ebdfe64b..ea28394e42 100644
--- a/libraries/base/reorder/tb/python/tc_reorder_transpose.py
+++ b/libraries/base/reorder/tb/python/tc_reorder_transpose.py
@@ -60,14 +60,13 @@ tc = test_case.Testcase('TB - ', '')
 # Constants/Generics that are shared between VHDL and Python
 # Name                   Value   Default   Description
 # START_VHDL_GENERICS
-g_wr_chunksize     = 16 
-g_wr_nof_chunks    = 1   
-g_rd_chunksize     = 4  
-g_rd_nof_chunks    = 4  
-g_rd_interval      = 4 
+g_wr_chunksize     = 256 
+g_rd_chunksize     = 16  
+g_rd_nof_chunks    = 16  
+g_rd_interval      = 16 
 g_gapsize          = 0   
-g_nof_blocks       = 32
-g_nof_blk_per_sync = 32
+g_nof_blocks       = 16
+g_nof_blk_per_sync = 16
 # END_VHDL_GENERICS
 
 # Overwrite generics with argumented generics from autoscript or command line. 
@@ -148,7 +147,6 @@ def gen_bg_hex_files(c_framesize = 64, c_nof_frames = 32, c_nof_streams = 4):
         mem_init_file.list_to_hex(list_in=data_concat, filename=filename, mem_width=c_nof_complex*c_in_dat_w, mem_depth=2**(ceil_log2(c_bg_ram_size)))
     return data
 
-
 if __name__ == "__main__":      
     ###############################################################################
     #
-- 
GitLab