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

-removed wr_nog_chunks

parent bd57f7ce
No related branches found
No related tags found
No related merge requests found
......@@ -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__":
###############################################################################
#
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment